FMX.Grid.Style.TStyledGrid.RigthColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RigthColumn: Integer read GetRighttColumn;

C++

__property int RigthColumn = {read=GetRighttColumn, 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