TRVSeqItemInfo.CreateEx

<< Click to display table of contents >>

TRVSeqItemInfo.CreateEx

A constructor, creates a new TRVSeqItemInfo object.

constructor CreateEx(RVData: TPersistent; 

  const ASeqName: TRVUnicodeString;

  ANumberType: TRVSeqType; ATextStyleNo, AStartFrom: Integer;

  AReset: Boolean);

(changed in version 18)

Parameters:

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

ASeqName – value for SeqName property.

ANumberType – value for NumberType property.

ATextStyleNo – value for TextStyleNo property.

AStartFrom – value for StartFrom property.

AReset – value for Reset property.

 

See also methods of TCustomRichView:

▪AddItem.

See also methods of TCustomRichViewEdit:

▪InsertItem.