API:Vcl.Grids.THotTrackCellInfo
Delphi
THotTrackCellInfo = record
Coord: TGridCoord;
Pressed: Boolean;
Button: TMouseButton;
end;
C++
struct DECLSPEC_DRECORD THotTrackCellInfo
{
public:
TGridCoord Coord;
bool Pressed;
System::Uitypes::TMouseButton Button;
};
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. Please help us document this topic by using the Discussion page!