System.PLongBool

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PLongBool = ^LongBool;

C++

typedef LongBool *PLongBool;

Eigenschaften

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

Beschreibung

Zeiger auf ein LongBool.

LongBool repräsentiert einen booleschen 32-Bit-Wert.

Siehe auch