FireDAC.Stan.Util.FDBcdGetMetrics

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDBcdGetMetrics(const ABcd: TBcd; out APrecision, AScale: Smallint);

C++

extern DELPHI_PACKAGE void __fastcall FDBcdGetMetrics(const Data::Fmtbcd::TBcd &ABcd, /* out */ short &APrecision, /* out */ short &AScale);

Properties

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

Description

Returns the scale and precision of a TBcd object.

The FDBcdGetMetrics procedure passes the scale and precision of the ABcd object to the AScale and APrecision parameters.

See Also