API:Vcl.Grids.TGridRect

From 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;
        };
    };
};

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.