System.PInterface
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.