RtfLabel, Version 1.3d

Download: rtflabel_1.3d.zip (110.853 Bytes, vom 15.07.2010 23:24:17)

Dateien

Name   Original   Gepackt   Datum / Uhrzeit
README.txt   8.845   3.975   15.07.2010 21:00:52
README.de.txt   10.064   4.560   15.07.2010 21:00:40
RtfLabel.pas   19.980   5.295   15.07.2010 21:52:50
RtfLabel.dcr   5.872   1.581   31.03.2006 12:46:58
DelphiVersion.inc   2.312   648   15.07.2010 20:59:50
Rich3Conf.inc   1.658   963   17.08.2006 22:11:50
DrawRichText.pas   8.006   2.916   15.07.2010 21:57:14
DelphiTextServ.pas   19.047   4.573   15.07.2010 21:00:12
TextServ.pas   19.801   5.647   15.07.2010 21:09:52
RichEditDll.pas   6.307   2.201   15.07.2010 21:01:48
RichOle.pas   10.643   3.195   15.07.2010 21:02:08
RichEdit2.pas   35.007   8.309   15.07.2010 20:59:16
RichTom.pas   49.679   7.620   28.02.2007 16:02:24
ThiscallWrapper.pas   12.400   3.652   15.07.2010 21:12:30
RtfLabel_Caption_Editor.pas   8.474   2.876   15.07.2010 21:07:04
RtfLabel_D3.dpk   2.100   1.146   15.07.2010 21:07:26
RtfLabel_D3D.dpk   2.024   1.103   01.03.2007 08:49:38
RtfLabel_D4.dpk   2.265   1.180   15.07.2010 21:07:36
RtfLabel_D4D.dpk   2.056   1.115   01.03.2007 09:11:26
RtfLabel_D5.dpk   2.264   1.177   15.07.2010 21:07:46
RtfLabel_D5D.dpk   2.054   1.112   01.03.2007 08:49:38
RtfLabel_D6.dpk   2.263   1.178   15.07.2010 21:07:54
RtfLabel_D6D.dpk   2.066   1.120   01.03.2007 08:49:38
RtfLabel_D7.dpk   2.281   1.179   15.07.2010 21:08:08
RtfLabel_D7D.dpk   2.090   1.128   15.07.2010 21:09:26
RtfLabel_D3.res   5.236   1.608   01.03.2007 09:21:52
RtfLabel_D3D.res   5.236   1.608   01.03.2007 09:21:52
RtfLabel_D4.res   5.236   1.608   01.03.2007 09:21:52
RtfLabel_D4D.res   5.236   1.608   01.03.2007 09:21:52
RtfLabel_D5.res   5.236   1.608   01.03.2007 09:21:52
RtfLabel_D5D.res   5.236   1.608   01.03.2007 09:21:52
RtfLabel_D6.res   5.236   1.608   01.03.2007 09:21:52
RtfLabel_D6D.res   5.236   1.608   01.03.2007 09:21:52
RtfLabel_D7.res   5.236   1.608   01.03.2007 09:21:52
RtfLabel_D7D.res   5.236   1.608   01.03.2007 09:21:52
CHANGES.txt   2.400   1.208   15.07.2010 22:12:14
Sample/DrawRtfTextExample.dpr   527   234   15.07.2010 21:34:48
Sample/DrawRtfTextExample.res   6.444   2.099   15.07.2010 21:21:04
Sample/drtsamp.pas   5.852   1.919   15.07.2010 21:57:30
Sample/drtsamp.dfm   3.256   1.127   15.07.2010 21:57:20
Sample/drtsamp.dfm.txt   5.904   1.235   28.02.2007 16:00:28
Sample/RtfLabelExample.res   6.444   2.099   15.07.2010 21:16:18
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
Sample/rlsamp.dfm   2.450   1.011   15.07.2010 21:34:02
Sample/rlsamp.dfm.txt   4.057   1.045   28.02.2007 16:00:28
Sample/rlsamp.pas   8.051   2.685   15.07.2010 21:51:28
Sample/RtfLabelExample.dpr   1.894   964   15.07.2010 21:34:38

Informationen

RtfLabel package

VCL component using the windowless ITextServices interface of the windows
richedit control version 3.0+ to implement a label that displays rich text.

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.3d - always find the most current version at
http://flocke.vssd.de/prog/code/pascal/rtflabel/

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

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

Änderungen

2009-11-02: Version 1.3d

  • Added support for Delphi 2007 and 2009.
  • Fixed bug for possible endless resize loop with right aligned text.
  • Internal: added `CreateEx´ to `TTextServices´.

2007-02-28: Version 1.3c

  • Full support for Delphi 3 and 4 added, now all files (even the samples) are fully compatible to all Delphi versions since Delphi 3.

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).