Table of Contents

TTMSFNCPlanner.OnCustomizeItemRect Event

Occurs when the planner item rectangle can be customized.

API unit family: TMSFNCPlanner Declaring type: TTMSFNCPlanner Inherited from: TTMSFNCCustomPlanner

Syntax

OnCustomizeItemRect: TTMSFNCPlannerCustomizeItemRectEvent;

Parameters

Name Description
Sender Object that triggered the event.
AItem Planner item affected by the event.
APosition Scroll or planner position value associated with the event.
AX Horizontal coordinate or item X value.
AY Vertical coordinate or item Y value.
AWidth Item width value that can be adjusted by the handler.
AHeight Item height value that can be adjusted by the handler.