TTMSFNCRichEditorHorizontalRuler.OnBeforeDrawRightIndent Event
Occurs before the right indent marker is drawn.
API unit family: TMSFNCRichEditorRuler
Declaring type: TTMSFNCRichEditorHorizontalRuler
Inherited from: TTMSFNCRichEditorCustomRuler
Syntax
OnBeforeDrawRightIndent: TTMSFNCRichEditorRulerBeforeDrawIndentEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
AType |
The ruler tab or indent type being drawn. |
AIndent |
The right indent value. |
APath |
The path used to draw the marker. |
AAllow |
Set to False to skip drawing the marker. |
ADefaultDraw |
Set to False to replace the default marker drawing. |