System.Bindings.Expression.TBindingExpression.GetOutputValue

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

Delphi

function GetOutputValue: TValue; virtual;

C++

virtual System::Rtti::TValue __fastcall GetOutputValue();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

説明

OutputValue プロパティを操作するための取得メソッドの実装です。

GetOutputValue メソッドは、OutputValue プロパティを操作するための protected 取得メソッドの実装です。

関連項目