FMX.Grid.TCustomGrid.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.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Number of the first column that is visible, either completely or partially, from the right-hand side of the grid.

See Also