System.Rtti.TValue.AsVarRec

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

Delphi

function AsVarRec: TVarRec;

C++

System::TVarRec __fastcall AsVarRec();

プロパティ

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


説明

array of const パラメータとして渡すのに適した TVarRec インスタンスを返します。

例外

AsVarRec を呼び出すと、次の例外が発生する可能性があります。

例外 Exception.Message シナリオ

EInvalidCast

無効なクラス型キャスト

  • TValueKind プロパティは TVarRec への変換には適していません。

関連項目