Data.DB.TFloatField.GetAsInteger

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

Delphi

function GetAsInteger: Integer; override;

C++

virtual int __fastcall GetAsInteger();

プロパティ

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

説明

フィールドの値を長整数型として返します。

GetAsInteger は、フィールドの浮動小数点値を長整数値にまるめて返します。

関連項目