TTMSFNCPlanner.IsValidItem Method
Returns whether the specified item belongs to this planner and can be used safely.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlanner
Inherited from: 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.