Data.DBXDBReaders.TDBXDataSetRow.SetDouble
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
| Unit: Data.DBXDBReaders | |
| Parent: TDBXDataSetRow | |
Delphi
procedure SetDouble(DbxValue: TDBXDoubleValue; Value: Double); override;
C++
virtual void __fastcall SetDouble(Data::Dbxcommon::TDBXDoubleValue* DbxValue, double Value);
Description
Sets the value of the field specified by DbxValue to the Double value specified by Value.