TTMSFNCCustomPlanner.LinkItems Method
Links a group of items so they can be treated as related planner entries.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCCustomPlanner
Syntax
procedure LinkItems(AItems: TTMSFNCPlannerLinkedItemArray; ACircular: Boolean = False; ALinkType: TTMSFNCPlannerItemLinkType = iltNone);
Parameters
| Name | Description |
|---|---|
AItems |
Items to link together. |
ACircular |
When True, links the last item back to the first item. |
ALinkType |
Visual or behavioral link type assigned to the items. |