System.Rtti.TValue.AsInt64

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

Delphi

function AsInt64: Int64;

C++

__int64 __fastcall AsInt64();

プロパティ

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

説明

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

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

関連項目