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

説明

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

GetAsLargeInt は、フィールドの値を 64 ビット整数で返します。

関連項目