Data.FmtBcd.IntegerToBcd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IntegerToBcd( const AValue: Integer): TBcd;

C++

extern DELPHI_PACKAGE TBcd __fastcall IntegerToBcd(const int AValue);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.FmtBcd.pas
Data.FMTBcd.hpp
Data.FmtBcd Data.FmtBcd

Description

Convertit une valeur entière en la valeur décimale codée binaire (BCD) correspondante.

Utilisez IntegerToBcd pour convertir une valeur entière en valeur décimale codée binaire.

Voir aussi