FireDAC.Stan.Util.FDBcdGetMetrics

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Beschreibung

Gibt die Skalierung und Genauigkeit eines TBcd-Objekts zurück.

Die Prozedur FDBcdGetMetrics übergibt die Skalierung und Genauigkeit des ABcd-Objekts an die Parameter AScale und APrecision.

Siehe auch