API:Data.DB.TFMTBCDField.GetAsLargeInt

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

Delphi

function GetAsLargeInt: Largeint; override;

C++

virtual __int64 __fastcall GetAsLargeInt();

プロパティ

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

説明

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

Data.DB.TFMTBCDField.GetAsLargeInt は Data.DB.TField.GetAsLargeInt を継承しています。以下の内容はすべて Data.DB.TField.GetAsLargeInt を参照しています。

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

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

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

関連項目