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