Data.DB.TFMTBCDField.GetAsInteger

提供:RAD Studio API Documentation

Delphi

function GetAsInteger: Longint; override;

C++

virtual int __fastcall GetAsInteger(void);

プロパティ

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

説明

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

GetAsInteger は、フィールドの値に最も近い、整数値を返します。

関連項目