System.PInitContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PInitContext = ^TInitContext;

C++

typedef TInitContext *PInitContext;

Properties

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

Description

Is a pointer to a TInitContext.

PInitContext represents a pointer to a TInitContext.

See Also