Data.Win.ADODB.TParameter.NumericScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NumericScale: Byte read GetNumericScale write SetNumericScale default 0;

C++

__property System::Byte NumericScale = {read=GetNumericScale, write=SetNumericScale, default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameter

Description

Specifies the number of decimal places for the parameter.

Set NumericScale to indicate the maximum number of characters that can appear to the right of the decimal place in the parameter's value (the scale). (The Precision property controls the total number of digits allowed.) By default, NumericScale is zero.

See Also