FMX.Grid.TGridModel.TRectCoord
From RAD Studio API Documentation
Delphi
TRectCoord = record TopLeft, BottomRight: TGridModel.TCoord; end;
C++
struct DECLSPEC_DRECORD TRectCoord { public: TGridModel::TCoord TopLeft; TGridModel::TCoord BottomRight; };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGridModel |
Description
Represents a rectangular group of contiguous cells, identified by the grid coordinates of the cell on the top left corner and the cell on the bottom right corner.