Grids.THotTrackCellInfo
From RAD Studio VCL Reference
Contents |
Delphi Information
From Grids.pas
THotTrackCellInfo = record Coord: TGridCoord; Pressed: Boolean; Button: TMouseButton; end;
Unit: Grids
Type: struct
C++ Information
From Grids.hpp
THotTrackCellInfo = class
Unit: Grids
Type: class
Class Fields: Grids.THotTrackCellInfo Fields
Description
Specifies information associated with a hot-track event.
THotTrackCellInfo is a record that contains information associated with a hot-track event. The following table describes the members of the THotTrackCellInfo record.
| Value | Meaning |
|---|---|
|
Coord |
The logical coordinates of the cell. |
|
Pressed |
Specifies whether the cell is in pressed state. |
|
Button |
Specifies the mouse button if the Pressed field is true. |