System.PInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PInterface    = ^IInterface;

C++

typedef _di_IInterface *PInterface;

Properties

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

Description

PInterface is a pointer to an IInterface.


See Also