Data.DBXCommon.TDBXWritableValue.SetAsSingle
Delphi
procedure SetAsSingle(const Value: Single); virtual;
C++
virtual void __fastcall SetAsSingle(const float Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | Data.DBXCommon.pas Data.DBXCommon.hpp  | 
        Data.DBXCommon | TDBXWritableValue | 
Description
Sets the value as a Single representation.
SetAsSingle sets the value as a Single representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.