System.TPackageTypeInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPackageTypeInfo = record

C++

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

Properties

Type Visibility Source Unit Parent
record
struct
public
System.pas
System.hpp
System System

Description

For internal use.

You should not use this type.