Table of Contents

TTMSFNCPlanner.OnBeforeInsertItem Event

Occurs before an item is inserted.

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

Syntax

OnBeforeInsertItem: TTMSFNCPlannerBeforeInsertItemEvent;

Parameters

Name Description
Sender Object that triggered the event.
AStartTime Start date and time for the affected range or item.
AEndTime End date and time for the affected range or item.
APosition Planner position index affected by the event.
ATitle Title text associated with the item.
AText Text value that can be inspected or changed by the handler.
ACanInsert Set to False to prevent the item from being inserted.