FMX.Header.THeader

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTHeader

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.

See Also