TTMSFNCPlanner.OnIsItemDeletable Event
Occurs when the planner checks whether an item can be deleted.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlanner
Inherited from: TTMSFNCCustomPlanner
Syntax
OnIsItemDeletable: TTMSFNCPlannerIsItemDeletableEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AItem |
Planner item affected by the event. |
ADeletable |
Set to False to mark the item as not deletable. |