Data.DBXCommon.TDBXValue.AsSingle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsSingle: Single read GetAsSingle;

C++

__property float AsSingle = {read=GetAsSingle};

Eigenschaften

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

Beschreibung

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