Data.DBXCommon.TDBXBcdValue.SetAsDouble
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXBcdValue |
Delphi
procedure SetAsDouble(const Value: Double); override;
C++
virtual void __fastcall SetAsDouble(const double Value);
Description
Sets the value as a Double representation.
Data.DBXCommon.TDBXBcdValue.SetAsDouble inherits from Data.DBXCommon.TDBXWritableValue.SetAsDouble. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsDouble.
Sets the value as a Double representation.
SetAsDouble sets the value as a Double representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.