API:Data.DBXCommon.TDBXWritableValue.AsSingle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsSingle: Single read GetAsSingle write SetAsSingle;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Beschreibung

Single-Repräsentation des Wertes.

Data.DBXCommon.TDBXWritableValue.AsSingle erbt von Data.DBXCommon.TDBXValue.AsSingle. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXValue.AsSingle.

Single-Repräsentation des Wertes.

AsSingle gibt eine single-Repräsentation des Wertes zurück. Die Methode führt bei Bedarf eine Typumwandlung durch. Wenn es für diesen Typ keine unterstützte Umwandlung gibt, wird eine Exception ausgelöst.

Siehe auch