FireDAC.Phys.ADS.TFDPhysADSDriverLink.Decimals

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: TFDPhysADSDriverLink

Delphi

property Decimals: Word read GetDecimals write SetDecimals stored IsDS;

C++

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

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