FMX.Header.THeader

Delphi
THeader = class(TStyledControl, IItemsContainer)
C++
class PASCALIMPLEMENTATION THeader : public Fmx::Controls::TStyledControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Header.pas FMX.Header.hpp |
FMX.Header | FMX.Header |
Description
THeader represents a header control used by grids.
A THeader object is attached to a grid and provides titles (captions) for each column in the grid. THeader implements functionality to resize the columns and to switch between columns. A THeader object has its items implemented as THeaderItems.