Data.DBXCommon.TDBXUInt8Value.SetAsSingle
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXUInt8Value |
Delphi
procedure SetAsSingle(const Value: Single); override;
C++
virtual void __fastcall SetAsSingle(const float Value);
Description
Sets the value as a Single representation.
Data.DBXCommon.TDBXUInt8Value.SetAsSingle inherits from Data.DBXCommon.TDBXWritableValue.SetAsSingle. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsSingle.
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.