System.PLibModule

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PLibModule = ^TLibModule;

C++

typedef TLibModule *PLibModule;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Is a pointer to a TLibModule variable.

PLibModule is a pointer to a TLibModule variable.

See Also