API:System.TLibModule

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLibModule = record

C++

struct DECLSPEC_DRECORD TLibModule
{
public:
    PLibModule Next;
    System::NativeUInt Instance;
    System::NativeUInt CodeInstance;
    System::NativeUInt DataInstance;
    System::NativeUInt ResInstance;
    PPackageTypeInfo TypeInfo;
    System::NativeInt Reserved;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.