Vcl.Grids.TCustomGrid.FHotTrackCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FHotTrackCell: THotTrackCellInfo;

C++

THotTrackCellInfo FHotTrackCell;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Specifies the currently hot-tracked cell.

FHotTrackCell specifies the currently hot-tracked cell. FHotTrackCell is only useful in descending classes.

FHotTrackCell is used internally by the grid controls. Applications should not depend on the value of FHotTrackCell.

See Also