FMX.Grid.TGridModel.TRectCoord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRectCoord = record

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.

See Also