Table of Contents

TTMSFNCRichEditorHorizontalRuler.OnBeforeDrawLeftIndent Event

Occurs before the left indent marker is drawn.

API unit family: TMSFNCRichEditorRuler Declaring type: TTMSFNCRichEditorHorizontalRuler Inherited from: TTMSFNCRichEditorCustomRuler

Syntax

OnBeforeDrawLeftIndent: 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 left 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.