FireDAC.DatS.FDSingleDelta
[–] Properties | |
---|---|
Type: variable | |
Visibility: public | |
Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
Unit: FireDAC.DatS | |
Parent: FireDAC.DatS |
Delphi
FDSingleDelta: Single = 0.00001;
C++
extern DELPHI_PACKAGE float FDSingleDelta;
Description
Controls the maximum difference when comparing the ftSingle
field values.
The default value is 0.00001.