Table of Contents

TTMSFNCTreeViewCacheItem.CreateGroupBottom Method

Creates a cache item for the bottom header row of a column group.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewCacheItem

Syntax

class function CreateGroupBottom(ARect: TRectF; AGroup: Integer; AStartColumn, AEndColumn: Integer): TTMSFNCTreeViewCacheItem;

Parameters

Name Description
ARect Bounding rectangle of the group header.
AGroup Zero-based group index.
AStartColumn First column index spanned by the group.
AEndColumn Last column index spanned by the group.