System.TPackageTypeInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

A usage interne.

N'utilisez pas ce type.