TRVPageNumberItemInfo.Create

<< Click to display table of contents >>

TRVPageNumberItemInfo.Create

A constructor creating a new TRVPageNumberItemInfo object

constructor Create(RVData: TPersistent); override;

Parameter:

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

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

There is more convenient constructor, CreateEx.

 

See also methods of TCustomRichView:

AddItem.

See also methods of TCustomRichViewEdit:

InsertItem.