TTMSFNCRichEditorHorizontalRuler.OnBeforeDrawTickLabel Event
Occurs before a tick label is drawn.
API unit family: TMSFNCRichEditorRuler
Declaring type: TTMSFNCRichEditorHorizontalRuler
Inherited from: TTMSFNCRichEditorCustomRuler
Syntax
OnBeforeDrawTickLabel: TTMSFNCRichEditorRulerBeforeDrawTickLabel;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
APosition |
The label drawing position. |
AValue |
The tick label value. |
AAllow |
Set to False to skip drawing the label. |
ADefaultDraw |
Set to False to replace the default label drawing. |