Table of Contents

TTMSFNCTileList.OnBeforeDrawArrow Event

Occurs before a navigation arrow is drawn and allows default drawing to be suppressed.

API unit family: TMSFNCTileList Declaring type: TTMSFNCTileList Inherited from: TTMSFNCCustomTileList

Syntax

OnBeforeDrawArrow: TTMSFNCTileListBeforeDrawArrowEvent;

Parameters

Name Description
Sender Object that triggered the event.
AGraphics Graphics context used for drawing.
ARect Bounds of the arrow.
ALeft Indicates whether the left or previous arrow is being drawn.
ADefaultDraw Set to False to skip default drawing.