API:Vcl.Grids.TGridAxisDrawInfo

De RAD Studio API Documentation

Delphi

  TGridAxisDrawInfo = record
    EffectiveLineWidth: Integer;
    FixedBoundary: Integer;
    GridBoundary: Integer;
    GridExtent: Integer;
    LastFullVisibleCell: Longint;
    FullVisBoundary: Integer;
    FixedCellCount: Integer;
    FirstGridCell: Integer;
    GridCellCount: Integer;
    GetExtent: TGetExtentsFunc;
  end;

C++

struct DECLSPEC_DRECORD TGridAxisDrawInfo
{
public:
    int EffectiveLineWidth;
    int FixedBoundary;
    int GridBoundary;
    int GridExtent;
    int LastFullVisibleCell;
    int FullVisBoundary;
    int FixedCellCount;
    int FirstGridCell;
    int GridCellCount;
    TGetExtentsFunc GetExtent;
};

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 !