Vcl.ComCtrls.THeaderSections.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: THeaderSection read GetItem write SetItem; default;

C++

__property THeaderSection* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSections

Description

Lists the header sections in the collection.

The value of the Index parameter corresponds to the Index property of THeaderSection. It represents the position of the header section in the header.

See Also