FMX.Grid.TGridModel.TColumnIndexes

From RAD Studio API Documentation
Jump to: navigation, search

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

Represents the information required for the movement of a column: the column, its previous column number, and its next column number.

See Also