<< Click to display table of contents >> TCustomRVNoteItemInfo.CreateEx |
A constructor, creates a new TCustomRVNoteItemInfo object
constructor CreateEx(RVData: TPersistent;
ATextStyleNo, AStartFrom: Integer; AReset: Boolean); virtual;
Do not create objects of this class. Create objects of inherited classes:
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.