API:FMX.Grid.TGridModel.TCellInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TCellInfo = record
      Coord: TGridModel.TCoord;
      Rect: TRect;
    end;

C++

struct DECLSPEC_DRECORD TCellInfo
{
public:
    TGridModel::TCoord Coord;
    System::Types::TRect Rect;
};

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. Please help us document this topic by using the Discussion page!