TTMSFNCPlanner.HasFullDayItemPosition Method
Returns whether a full-day layout position contains the specified item.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlanner
Inherited from: TTMSFNCCustomPlanner
Syntax
function HasFullDayItemPosition(ALayout: TTMSFNCPlannerFullDayLayout; APosition: Integer; AItem: TTMSFNCPlannerItem): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
ALayout |
Full-day layout area to inspect. |
APosition |
Visible position index to test. |
AItem |
Item to find in the full-day layout. |
Returns
True when the item occupies the position in the layout.