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