TCustomRichView.CPEventKind

<< Click to display table of contents >>

TCustomRichView.CPEventKind

Specifies the mode of generating OnCheckpointVisible event.

type

  TCPEventKind =

   (cpeNone, cpeAsSectionStart, cpeWhenVisible);

 

property CPEventKind: TCPEventKind;

Note: TCPEventKind is declared in RVScroll unit.

Value

Meaning

cpeNone

OnCheckpointVisible does not occur

cpeAsSectionStart

OnCheckpointVisible is called for visible checkpoint or the nearest checkpoint above the visible area (so that the last event is always called for checkpoint located in or above the visible area)

cpeWhenVisible

OnCheckpointVisible is generated for visible checkpoint

This event occurs only for checkpoints having "raise event" flag.

This event never occurs in TRichViewEdit (in this version)

See also events:

OnCheckpointVisible.

See also:

Checkpoints for details.