Data.FmtBcd.IsBcdNegative

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.FmtBcd.pas
Data.FMTBcd.hpp
Unit: Data.FmtBcd
Parent: Data.FmtBcd

Delphi

function IsBcdNegative(const Bcd: TBcd): Boolean;

C++

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

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