|
TRVStyle.CheckpointEvColor |
Top Previous Next |
|
Color of dotted lines showing positions of checkpoints with "RaiseEvent" flags in document. property CheckpointEvColor: TColor; 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 with the color TRichView.Style.CheckpointColor. Checkpoints with "RaiseEvent" flag are shown with this color (TRichView.Style.CheckpointEvColor). You can draw checkpoints yourself in OnDrawCheckpoint event. TRichView must be linked with this TRVStyle (see TRichView.Style). Default value: clLime See also properties: See also events: See also properties of TCustomRichView:
See also: |