TTMSFNCPlannerCacheItem.CreateGroupTop Method
Creates a cache tile for the top group header spanning the given resource positions.
API unit family: TMSFNCPlannerData
Declaring type: TTMSFNCPlannerCacheItem
Syntax
class function CreateGroupTop(ARect: TRectF; AGroup: Integer; AStartPosition, AEndPosition: Integer): TTMSFNCPlannerCacheItem;
Parameters
| Name | Description |
|---|---|
ARect |
Bounding rectangle of the group header tile in planner canvas coordinates. |
AGroup |
Zero-based group index represented by the header. |
AStartPosition |
First zero-based resource position index covered by the group header. |
AEndPosition |
Last zero-based resource position index covered by the group header. |
Returns
A cache item initialised for the top group header.