Table of Contents

TTMSFNCPlannerCacheItem.CreateFullDayBottom Method

Creates a cache tile for the bottom full-day band header spanning the given resource positions.

API unit family: TMSFNCPlannerData Declaring type: TTMSFNCPlannerCacheItem

Syntax

class function CreateFullDayBottom(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 bottom full-day header.