RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.PBoolean Type

PBoolean is a pointer to a Boolean variable.

Pascal
PBoolean = ^Boolean;
C++
^Boolean PBoolean;

PBoolean is a pointer to a Boolean variable. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!