TRVNoteReferenceItemInfo.CreateEx

<< Click to display table of contents >>

TRVNoteReferenceItemInfo.CreateEx

A constructor creating a new TRVNoteReferenceItemInfo object with the specified properties.

constructor CreateEx(RVData: TPersistent; TextStyleNo: Integer);

Parameters:

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

TextStyleNo – value for TextStyleNo property. It's recommended to use RVGetNoteTextStyleNo function for assigning this parameter.

 

See also methods:

▪Create.

See also methods of TCustomRichView:

▪AddItem.

See also methods of TCustomRichViewEdit:

▪InsertItem.