Data.DBXCommon.TDBXWritableValue.SetDouble
| [–] Properties | |
|---|---|
| Type: procedure function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp | |
| Unit: Data.DBXCommon | |
| Parent: TDBXWritableValue | |
Delphi
procedure SetDouble(const Value: Double); virtual;
C++
virtual void __fastcall SetDouble(const double Value);
Description
Sets the double floating point value for double data types.
Sets the double floating point value for TDBXValue instances with a data type of DoubleType.