API:Vcl.Grids.THotTrackCellInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

THotTrackCellInfo = record

C++

struct DECLSPEC_DRECORD THotTrackCellInfo
{
public:
    bool Pressed;
    System::Uitypes::TMouseButton Button;
public:
    union
    {
        struct
        {
            TGridRect Rect;
        };
        struct
        {
            TGridCoord Coord _DEPRECATED_ATTRIBUTE1("Use THotTrackCellInfo.Rect field") ;
        };
    };
};

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.