System.PInterface
Delphi
PInterface = ^IInterface;
C++
typedef _di_IInterface *PInterface;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
説明
PInterface は、IInterface へのポインタです。
Delphi
PInterface = ^IInterface;
C++
typedef _di_IInterface *PInterface;
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
PInterface は、IInterface へのポインタです。