Data.DB.TStringField.GetAsInteger

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

Delphi

function GetAsInteger: Integer; override;

C++

virtual int __fastcall GetAsInteger();

プロパティ

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

説明

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

GetAsInteger は、フィールドの値を、対応する長整数値に変換し、それで得た結果を返します。

関連項目