trichview.support
Re: Templates |
Author |
Message |
Sergey Tkachenko |
Posted: 01/19/2004 20:37:18 It's one of demos, Demos\Delphi\Assorted\Fields\Mailmerge2\ There are several such demos, consisting of two programs - Template Editor and Main Application. 1) Demos\Delphi\Assorted\Fields\Mailmerge\ Fields are text of special style. Main Application change the text in fields. 2) Demos\Delphi\Assorted\Fields\Mailmerge2\ Fields are text of special style. Main Application replaces fields with arbitrary contents from database. 3) http://www.trichview.com/support/files/mailmerge-labelitem.zip This demo is the same as in Demos\Delphi\Assorted\Fields\MailMerge\, but fields are implemented using LabelItems instead of text of some special style. LabelItem is a special TRichView item type (It is not a "standard" item type, it is implemented in LabelItem.pas - included in this archive, also see Demos\Addings\LabelItem\). It looks like a text, but cannot be wrapped, and it is treated as a single entity (caret cannot be placed inside). Unlike demo (1) user can change text style of field (of label item), so fields can be of any font. > Could anybody explain what is "Template Editor"? Where I can find it. |
Powered by ABC Amber Outlook Express Converter