Data.DB.TIntegerField.GetAsLargeInt
Delphi
function GetAsLargeInt: Largeint; override;
C++
virtual __int64 __fastcall GetAsLargeInt(void);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TIntegerField |
説明
フィールドの値を、Int64 で返します。
GetAsLargeInt は、フィールドの値を 64 ビット整数で返します。