System.PLongBool

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PLongBool = ^LongBool;

C++

typedef LongBool *PLongBool;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Pointer to a LongBool.

LongBool represents a 32-bit Boolean value.

See Also