System.SysUtils.TByteBoolHelper.ToInteger

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ToInteger: Integer; inline;

Propriétés

Type Visibilité  Source Unité  Parent
function public System.SysUtils.pas System.SysUtils TByteBoolHelper

Description

Renvoie une représentation entière d'une valeur ByteBool.

ToInteger renvoie 0 si la valeur ByteBool vaut False. Si la valeur ByteBool vaut True, elle renvoie 1.

Voir aussi