Data.FmtBcd.IsBcdNegative

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsBcdNegative(const Bcd: TBcd): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsBcdNegative(const TBcd &Bcd);

Properties

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

Description

Indicates whether a binary-coded decimal (BCD) value is less than 0.

IsBcdNegative returns true if Bcd is less than 0, false if Bcd is greater than or equal to 0.

See Also