System.GetPackageInfoTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GetPackageInfoTable = function : PackageInfo;

C++

typedef PackageInfo __fastcall (*GetPackageInfoTable)(void);

Properties

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

Description

Represents a function used to retrieve a table of compiler-generated information.

The GetPackageInfoTable type can be used to retrieve the table that contains compiler-generated information about the package Dynamic Link Library.

See Also