API:Data.DBXCommon.TDBXWritableValue.AsSingle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsSingle: Single read GetAsSingle write SetAsSingle;

C++

__property float AsSingle = {read=GetAsSingle, write=SetAsSingle};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

Single representation of value.

Data.DBXCommon.TDBXWritableValue.AsSingle inherits from Data.DBXCommon.TDBXValue.AsSingle. All content below this line refers to Data.DBXCommon.TDBXValue.AsSingle.

Single representation of value.

AsSingle returns a Single representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also