System.PackageInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PackageInfo = ^PackageInfoTable;

C++

typedef PackageInfoTable *PackageInfo;

Properties

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

Description

Is a pointer to a PackageInfoTable variable.

PackageInfo is a pointer to a PackageInfoTable variable.

See Also