API:System.PackageInfoTable

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.pas
System.hpp
System System

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 !