Afficher : Delphi C++
Préférences d'affichage

System.PLongBool

De XE API Documentation

Delphi

type PLongBool = ^LongBool;

C++

typedef BOOL *PLongBool;

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Pointeur sur un LongBool.

LongBool représente une valeur booléenne sur 32 bits.

Voir aussi

Translations