TTMSFNCPlanner.OnBeforeDeleteItem Event
Occurs before an item is deleted.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlanner
Inherited from: TTMSFNCCustomPlanner
Syntax
OnBeforeDeleteItem: TTMSFNCPlannerBeforeDeleteItemEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AItem |
Planner item affected by the event. |
AMode |
Mode associated with the event. |
ACanDelete |
Set to False to prevent the item from being deleted. |