Data.DBXCommon.TDBXDoubleValue.SetDouble
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXDoubleValue |
Delphi
procedure SetDouble(const Value: Double); override;
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.