|
TCustomRichView.CPEventKind |
Top Previous Next |
|
Specifies the mode of generating OnCheckpointVisible event. type TCPEventKind = (cpeNone, cpeAsSectionStart, cpeWhenVisible);
property CPEventKind: TCPEventKind; Note: TCPEventKind is declared in RVScroll unit.
This event occurs only for checkpoints having "raise event" flag. This event never occurs in TRichViewEdit (in this version) See also events: See also:
|