Table of Contents

TTMSFNCCustomPlanner.IsValidItem Method

Returns whether the specified item belongs to this planner and can be used safely.

API unit family: TMSFNCPlanner Declaring type: TTMSFNCCustomPlanner

Syntax

function IsValidItem(AItem: TTMSFNCPlannerItem): Boolean; virtual;

Parameters

Name Description
AItem Item instance to validate.

Returns

True when the item is valid for this planner.