API:FMX.Grid.TGridModel.TPointInfo
Delphi
TPointInfo = record
Point: TPointF;
Coord: TGridModel.TCoord;
end;
C++
struct DECLSPEC_DRECORD TPointInfo
{
public:
System::Types::TPointF Point;
TGridModel::TCoord Coord;
};
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!