FMX.Grid.TGridModel.TRectCoord

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.Grid.TGridModel.TRectCoord&oldid=769320"