System.TPackageTypeInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TPackageTypeInfo = record
    TypeCount: Integer;
    TypeTable: PTypeTable;
    UnitCount: Integer;
    UnitNames: _PShortStr; { concatenation of Pascal strings, one for each unit }
  end;

C++

struct DECLSPEC_DRECORD TPackageTypeInfo
{
public:
    int TypeCount;
    TTypeTable *TypeTable;
    int UnitCount;
    ShortString *UnitNames;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.pas
System.hpp
System System

Beschreibung

Für den internen Gebrauch.

Verwenden Sie diesen Typ nicht.