Data.DB.TLongWordField.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 TLongWordField

説明

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

GetAsLargeInt メソッドは、フィールドの値を Int64 で返すために使用されます。

関連項目