System.PInitContext
Delphi
type PInitContext = ^TInitContext;
C++
typedef TInitContext *PInitContext;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Beschreibung
Ist ein Zeiger auf einen TInitContext-Typ.
PInitContext repräsentiert einen Zeiger auf einen TInitContext-Typ.