TRVStyle.CheckpointColor, CheckpointEvColor

<< Click to display table of contents >>

TRVStyle.CheckpointColor, CheckpointEvColor

A color of dotted lines showing positions of checkpoints in document.

property CheckpointColor: TRVColor;

property CheckpointEvColor: TRVColor;

If TRichView shows its checkpoints (rvoShowCheckpoints in TRichView.Options), they are displayed as dotted horizontal lines with a small circle at the top left corner of the associated item.

Normal checkpoints are shown using CheckpointColor. Checkpoints with "RaiseEvent" flag are shown using CheckpointEvColor.

You can draw checkpoints yourself in OnDrawCheckpoint event.

TRichView must be linked with this TRVStyle (see TRichView.Style).

If MainRVStyle is assigned, these properties provide access to the corresponding properties of MainRVStyle.

Default value

CheckpointColor: rvclGreen

CheckpointEvColor: rvclLime

See also events:

OnDrawCheckpoint.

See also properties of TCustomRichView:

Options.

See also:

Checkpoints overview.