TRVPageCountItemInfo.CreateEx

<< Click to display table of contents >>

TRVPageCountItemInfo.CreateEx

A constructor creating a new TRVPageCountItemInfo 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 count field with Text='{P}'.

 

See also methods:

▪Create.

See also methods of TCustomRichView:

▪AddItem.

See also methods of TCustomRichViewEdit:

▪InsertItem.