API:Vcl.Grids.TGridCoord
Delphi
TGridCoord = record
X: Longint;
Y: Longint;
end;
C++
struct DECLSPEC_DRECORD TGridCoord
{
public:
int X;
int Y;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | Vcl.Grids |
Description
Embarcadero Technologies does not currently have any additional information.