API:System.TVarArrayBound

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TVarArrayBound = record
    ElementCount: Integer;
    LowBound: Integer;
  end;

C++

struct DECLSPEC_DRECORD TVarArrayBound
{
public:
    int ElementCount;
    int LowBound;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.pas
System.hpp
System System

Description

Embarcadero Technologies does not currently have any additional information.