Table of Contents

TTMSFNCPlanner.GetEditingDialog Method

Returns the editing dialog for inserting or updating an item.

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

Syntax

function GetEditingDialog(AItemIndex: Integer = -1): TTMSFNCPlannerEditingDialog; virtual;

Parameters

Name Description
AItemIndex Index of the item being updated, or -1 for an insert dialog.

Returns

The editing dialog instance.