Table of Contents

TTMSFNCKanbanBoard.OnBeforeDrawItemText Event

Occurs before item text is drawn.

API unit family: TMSFNCKanbanBoard Declaring type: TTMSFNCKanbanBoard Inherited from: TTMSFNCCustomKanbanBoard

Syntax

OnBeforeDrawItemText: TTMSFNCKanbanBoardBeforeDrawItemTextEvent;

Parameters

Name Description
Sender The object that triggered the event.
AGraphics The graphics context used for drawing.
ARect The text drawing rectangle.
AColumn The column that contains the item.
AItem The item whose text is being drawn.
AText The text being drawn.
AAllow Set to False to skip drawing the text.