Data.DB.TBCDField.GetAsSingle

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

Delphi

function GetAsSingle: Single; override;

C++

virtual float __fastcall GetAsSingle();

プロパティ

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

説明

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

GetAsSingle メソッドは、フィールドの値を Single で返します。

関連項目