Data.DBXCommon.TDBXValue.AsSingle

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AsSingle: Single read GetAsSingle;

C++

__property float AsSingle = {read=GetAsSingle};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

説明

値の Single 表現です。

AsSingle は、値の Single 表現を返します。必要に応じて型変換を適用します。この型への変換がサポートされていない場合は、例外が発生します。

関連項目