rvico TRichView Reference | Item Types | Numbered Sequence

TRVSeqItemInfo.FormatString

Top  Previous  Next

Text format.

FormatString: String;

If value of this property is not empty, it defines format for text. Use '%s' to specify where to insert numbering.

For example, if FormatString = 'Figure %s.', NumberType = rvseqUpperRoman, and counter value is 2, this item displays 'Figure II.'.

You can assign this property before inserting this item in TRichView.

This property is ignored when saving documents to RTF.

Default value:

'' (empty string)


RichView © Sergey Tkachenko