Data.DBXCommon.TDBXInt64Value.SetAsSingle
Delphi
procedure SetAsSingle(const Value: Single); override;
C++
virtual void __fastcall SetAsSingle(const float Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXInt64Value |
Description
Sets the value as a Single representation. {{#multireplace:Data.DBXCommon.TDBXInt64Value.SetAsSingle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetAsSingle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetAsSingle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.