trichview.com

trichview.support




Re: Format fo Tags


Return to index


Author

Message

Sergey Tkachenko

Posted: 03/18/2005 22:52:46


Sorry, I do not understand.

TRichView's tags cannot have font, because they are not displayed.


In this call of InsertStringTag:

DBRichViewEdit1.InsertStringTag(Edit1.Text,

  Integer(StrNew(PChar(Edit1.Text))));

the first parameter is a visible text. User can see it, can edit it, can

apply font to it.

The second parameter is a tag. Users cannot see it. It's not necessary equal

to visible text, like in your example. You need to create your own user

interface (dialogs) to allow editing it.


> i will apply Font Format to the TAG's

> Font.Size, Font.Color....

> When I replace TAG's with GetItemTag, the TAG's assume Font properties.

>

> thanks





Powered by ABC Amber Outlook Express Converter