RtfLabel, Version 1.3b (alt)

Hinweis: dies ist nicht die neueste Version!

Download: rtflabel_1.3b.zip (99.124 Bytes, vom 27.02.2007 16:32:04)

Dateien

Name   Original   Gepackt   Datum / Uhrzeit
README.txt   9.382   4.139   27.02.2007 16:16:42
README.de.txt   10.737   4.773   27.02.2007 16:18:38
RtfLabel.pas   19.149   5.053   27.02.2007 15:49:04
RtfLabel.dcr   5.872   1.581   31.03.2006 12:46:58
DrawRichText.pas   7.465   2.688   27.02.2007 15:38:38
RtfLabel_Caption_Editor.pas   8.304   2.838   27.02.2007 16:11:14
DelphiVersion.inc   1.917   607   06.03.2006 15:32:02
DelphiTextServ.pas   17.266   4.348   27.02.2007 15:38:44
RichEditDll.pas   6.139   2.139   27.02.2007 16:11:52
Rich3Conf.inc   1.658   963   17.08.2006 22:11:50
ThiscallWrapper.pas   12.300   3.622   27.02.2007 14:21:34
TextServ.pas   18.541   5.602   26.02.2007 17:18:16
RichTom.pas   49.707   7.640   27.02.2007 13:57:10
RichOle.pas   9.604   3.115   27.02.2007 16:19:10
RichEdit2.pas   29.468   8.096   27.02.2007 16:11:36
RtfLabel_D10.dpk   2.264   1.175   27.02.2007 12:36:00
RtfLabel_D10.res   5.056   1.408   24.03.2006 23:44:16
RtfLabel_D10D.dpk   2.074   1.122   27.02.2007 15:45:26
RtfLabel_D10D.res   5.056   1.408   24.03.2006 23:44:16
RtfLabel_D3.dpk   2.095   1.142   27.02.2007 15:44:08
RtfLabel_D3.res   32   14   27.02.2007 14:34:20
RtfLabel_D3D.dpk   2.024   1.104   27.02.2007 15:44:52
RtfLabel_D3D.res   692   299   27.02.2007 15:32:30
RtfLabel_D5.dpk   2.259   1.172   27.02.2007 11:48:30
RtfLabel_D5.res   1.536   631   26.02.2007 17:34:52
RtfLabel_D5D.dpk   2.054   1.112   27.02.2007 15:44:52
RtfLabel_D5D.res   1.536   631   27.02.2007 11:27:28
RtfLabel_D6.dpk   2.256   1.172   27.02.2007 11:58:06
RtfLabel_D6.res   1.536   631   26.02.2007 17:47:32
RtfLabel_D6D.dpk   2.066   1.121   27.02.2007 15:45:02
RtfLabel_D6D.res   1.536   631   27.02.2007 11:53:44
RtfLabel_D7.dpk   2.256   1.172   27.02.2007 12:09:04
RtfLabel_D7.res   1.536   692   26.02.2007 17:50:00
RtfLabel_D7D.dpk   2.065   1.119   27.02.2007 15:45:08
RtfLabel_D7D.res   1.536   692   26.02.2007 19:01:14
RtfLabel_D9.dpk   2.262   1.174   27.02.2007 12:36:42
RtfLabel_D9.res   4.396   1.119   27.02.2007 12:24:20
RtfLabel_D9D.dpk   2.071   1.121   27.02.2007 15:45:16
RtfLabel_D9D.res   4.396   1.119   27.02.2007 12:24:50
CHANGES.txt   2.042   1.074   27.02.2007 16:24:22
Sample/   <dir>   <dir>   18.08.2006 23:13:28
Sample/RtfLabelExample.dpr   1.592   873   18.08.2006 23:35:14
Sample/rlsamp.dfm   4.058   1.042   27.02.2007 15:17:56
Sample/rlsamp.pas   8.350   2.786   19.08.2006 01:54:28
Sample/DrawRtfTextExample.dpr   281   163   18.08.2006 23:35:24
Sample/drtsamp.dfm   6.017   1.259   19.10.2006 15:46:28
Sample/drtsamp.pas   6.264   2.033   19.10.2006 15:48:28
Sample/Example1.rtf   6.212   1.705   18.08.2006 16:52:36
Sample/Example2.rtf   1.013   506   18.08.2006 15:00:20
Sample/Example3.rtf   1.041   351   19.08.2006 01:06:10
Sample/Example4.rtf   2.135   451   19.08.2006 00:48:06
Sample/Example5.rtf   909   427   19.08.2006 00:47:34

Informationen

RtfLabel.pas

VCL label component displaying rich text (RTF) using the windowless
ITextServices interface of the windows richedit control version 3.0+.

Supported features include:
  * full RTF formatting like WordPad,
  * embedded pictures and OLE objects,
  * transparent background,
  * zooming from 2% to 6400%, and
  * automatic sizing to fit the content.

Version 1.3b - always find the most current version at
http://flocke.vssd.de/prog/code/pascal/rtflabel/

Copyright (C) 2006, 2007 Volker Siebert <flocke@vssd.de>
All rights reserved.

License: M.I.T. (see source resp. the included file "README.txt")

Änderungen

2007-02-27: Version 1.3b

  • Added support for Delphi 3, 5, and 6 (though Delphi 3 requires some manual action). Thanks to Lannes for the help with Delphi 3 ;)
  • As promised: installation packages ;)

2006-10-19: Version 1.3a

  • Changed the parameter type of `DrawRichText´ from `TTextFormat´ to `TRtfTextFormat´, because `TTextFormat´ is not known to Delphi versions prior to 2005. NOTE: The members' names have changed from `tf...´ to `rtf...´, so you will get errors when compiling old sources.

2006-08-17: Version 1.3

  • Added a property editor for the `Caption´ property.
  • Fixed a serious bug. RICHED20.DLL crashed on TxDraw with embedded pictures or objects.
  • Changed component palette name to 'Flocke'.

2006-08-12: Version 1.2 (internal)

  • Added unit `DrawRichText.pas´, in case you don't need a label but just want to paint RTF onto some canvas. Also added a sample application for that procedure.
  • New property `Zoom´ (guess what it does).
  • New event `OnResize´ (guess when it's called).
  • Internal: public property `RichEditVersion´.
  • Internal: protected property `TextServices´.
  • Internal: Turned off AutoURLDetect.
  • Improved checks and painting.
  • Corrected fix from 1.1a.

2006-05-31: Version 1.1a

  • Added missing call to TxSendMessage with EM_SETTYPOGRAPHYOPTIONS / TO_ADVANCEDTYPOGRAPHY (thanks to K. Kratzenstein).

2006-04-14: Version 1.1

  • `Padding´ did not work without `WordWrap´, especially with right-aligned paragraphs which caused an infinite loop. I falsely assumed the requested size does not include the view inset - it does, but only for the horizontal part.
  • Changed inheritance from `TInterfacedObject´ to `TObject´ in `DelphiTextServ.pas´, resolving the cross-referencing between the interfaces manually.
  • Changed two prototypes in `TextServ.pas´ to better match their API counterparts.

2006-04-01: Version 1.0a

  • Added the `Document´ interface property to TRtfLabel.

2006-03-31: Version 1.0

  • First public release.
Flocke's Garage
Valid HTML 4.01 Transitional Valid CSS!
(C) 2005-2018 Volker Siebert.
Creative Commons-LizenzvertragDer gesamte Inhalt dieser Webseite steht unter einer Creative Commons-Lizenz (sofern nicht anders angegeben).