System.Rtti.TValue.AsInteger

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

Delphi

function AsInteger: Integer;

C++

int __fastcall AsInteger(void);

プロパティ

種類 可視性 ソース ユニット
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TValue

説明

格納された値を Integer 値に変換します。

AsInteger メソッドを呼び出すと、格納された値を Integer 値に変換できます。格納された値が Integer 値に変換されない場合、例外が発生します。

関連項目