FireDAC.Stan.Util.FDBcdIsDecimalPartEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDBcdIsDecimalPartEmpty(const ABCD: TBcd): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FDBcdIsDecimalPartEmpty(const Data::Fmtbcd::TBcd &ABCD);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Returns whether the decimal part of the TBcd object is empty.

The FDBcdIsDecimalPartEmpty function returns True if ABCD has its decimal part empty, otherwise it returns False.

See Also