TRVPageNumberItemInfo.CreateEx

<< Click to display table of contents >>

TRVPageNumberItemInfo.CreateEx

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

constructor CreateEx(RVData: TPersistent; NumberType: TRVPageNumberType;
  TextStyleNo: Integer); reintroduce;

Parameters:

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

NumberType value for NumberType property.

TextStyleNo value for TextStyleNo property.

This constructor creates a new page number field with Text='{p}'.

 

See also methods:

Create.

See also methods of TCustomRichView:

AddItem.

See also methods of TCustomRichViewEdit:

InsertItem.