API:System.PackageInfoTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  PackageInfoTable = record
    UnitCount: Integer;      { number of entries in UnitInfo array; always > 0 }
    UnitInfo: PUnitEntryTable;
    TypeInfo: TPackageTypeInfo;
  end;

C++

struct DECLSPEC_DRECORD PackageInfoTable
{
public:
    int UnitCount;
    UnitEntryTable *UnitInfo;
    TPackageTypeInfo TypeInfo;
};

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.