API:Vcl.Grids.THotTrackCellInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

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") ;
        };
    };
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids Vcl.Grids

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !