Data.DB.TField.GetAsSingle

提供:RAD Studio API Documentation

Delphi

function GetAsSingle: Single; virtual;

C++

virtual float __fastcall GetAsSingle();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

説明

フィールドの値を、Single で返します。

Single フィールドを表す TField の下位クラスは、GetAsSingle メソッドをオーバーライドして、フィールドの値を Single として返します。

GetAsSingle メソッドを呼び出そうとすると、例外が発生します。

関連項目