TRVLabelItemInfo.CreateEx

<< Click to display table of contents >>

TRVLabelItemInfo.CreateEx

A constructor, creates a new TRVLabelItemInfo object with the specified Text and TextStyleNo.

constructor CreateEx(RVData: TPersistent;

  TextStyleNo: Integer; const Text: TRVUnicodeString);

(changed in version 18)

Parameters:

RVData RVData property of TRichView or TRichViewEdit where you wish to insert this item.

TextStyleNo value for TextStyleNo property.

Text value for Text property.

 

See also methods:

Create.

See also methods of TCustomRichView:

AddItem.

See also methods of TCustomRichViewEdit:

InsertItem.