FireDAC.Phys.ADS.TFDPhysADSDriverLink.Decimals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Decimals: Word read GetDecimals write SetDecimals stored IsDS;

C++

__property System::Word Decimals = {read=GetDecimals, write=SetDecimals, stored=IsDS, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
FireDAC.Phys.ADS TFDPhysADSDriverLink

Description

Specifies the default number of digits after the decimal mark.

Use the Decimals property to specify the default number of digits after the decimal mark for the FireDAC Advantage driver.

The property controls the number of decimal places that is returned by a division, modulus, or exponentiation operation in an index or filter expression evaluated in the expression engine. The default value is 2.

See Also