API:Vcl.Grids.TGridRect

De RAD Studio API Documentation

Delphi

TGridRect = record

C++

struct DECLSPEC_DRECORD TGridRect
{
public:
    union
    {
        struct
        {
            TGridCoord TopLeft;
            TGridCoord BottomRight;
        };
        struct
        {
            System::LongInt Left;
            System::LongInt Top;
            System::LongInt Right;
            System::LongInt Bottom;
        };
    };
};

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 !