TRVSidenoteItemInfo.CreateEx

<< Click to display table of contents >>

TRVSidenoteItemInfo.CreateEx

A constructor, creates a new TRVSidenoteItemInfo object with the specified properties

constructor CreateEx(RVData: TPersistent;
  ATextStyleNo, AStartFrom: Integer; AReset: Boolean); override;

Parameters:

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

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

AStartFrom value for StartFrom property.

AReset value for Reset property.

 

See also methods:

Create.

See also methods of TCustomRichView:

AddItem.

See also methods of TCustomRichViewEdit:

InsertItem.