Data.DBXCommon.TDBXWritableValue.SetSingle
| [–] Properties | |
|---|---|
| Type: procedure function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp | |
| Unit: Data.DBXCommon | |
| Parent: TDBXWritableValue | |
Delphi
procedure SetSingle(const Value: Single); virtual;
C++
virtual void __fastcall SetSingle(const float Value);
Description
Single value for TDBXValue with type TDBXDataTypes.DoubleType.
SetSingle sets the Single value for a TDBXValue instance with a TDBXDataTypes type of TDBXDataTypes.DoubleType.