Afficher : Delphi
C++
Préférences d'affichage
System.TPackageTypeInfo
De XE2 API Documentation
Delphi
TPackageTypeInfo = record TypeCount: Integer; TypeTable: PTypeTable; UnitCount: Integer; UnitNames: PShortString; { concatenation of Pascal strings, one for each unit } end;
C++
struct DECLSPEC_DRECORD TPackageTypeInfo{ public: int TypeCount; TTypeTable *TypeTable; int UnitCount; ShortString *UnitNames; };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
struct class |
public | System.pas System.hpp |
System | System |
Description
A usage interne.
N'utilisez pas ce type.