Table of Contents

TTMSFNCKanbanBoard.OnBeforeDrawItemTitle Event

Occurs before an item title is drawn.

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

Syntax

OnBeforeDrawItemTitle: TTMSFNCKanbanBoardBeforeDrawItemTitleEvent;

Parameters

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