System.PBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PBoolean      = ^Boolean;     {$NODEFINE PBoolean}    { defined in sysmac.h }

C++

typedef Boolean*             PBoolean;         //

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Is a pointer to a Boolean.

PBoolean is a pointer to a Boolean.

See Also