FMX.Grid.THeaderSettings

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTHeaderSettings

Delphi

THeaderSettings = class(TPersistent)

C++

class PASCALIMPLEMENTATION THeaderSettings : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Description

Class used to control the appearance of a grid's header.

Customize a header style by linking it to a style definition via the StyleLookup property.
Additionally, use it to customize the appearance of text in the header using the TextSettings property.

Note the connection between StyledSettings and TextSettings, the StyledSettings decides which parts of TextSettings will be taken from Style. For instance, to change the Header's text font size, it is necessary first to uncheck the size property of StyledSettings. Follow up by updating the size property of the TextSettings.Font object.

See Also