FMX.Grid.Style.TStyledGrid.RightColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RightColumn: Integer read GetRightColumn;

C++

__property int RightColumn = {read=GetRightColumn, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Index of the first visible column (totally or partially) starting from the right-hand side.

See Also