API:FMX.Grid.TGridModel.TColumnIndexes
Delphi
TColumnIndexes = record
C++
struct DECLSPEC_DRECORD TColumnIndexes
{
public:
TColumn* Column;
int FromIndex;
int ToIndex;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGridModel |
Description
Embarcadero Technologies does not currently have any additional information.