API:System.TPackageTypeInfo

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.pas
System.hpp
System System

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。