FMX.Grid.TCustomGrid.Col

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Col: Integer read GetCol write SetCol;

C++

__property int Col = {read=GetCol, write=SetCol, nodefault};

Properties

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

Description

The column number of the selected cell, or -1 if there is no cell selected.

See Also