System.PWordBool

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type PWordBool = ^WordBool;

C++

typedef WordBool *PWordBool;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
System.pas
System.hpp
System System

Beschreibung

PWordBool ist ein Zeiger auf ein WordBool.

PWordBool ist ein Zeiger auf ein WordBool.

Siehe auch