System.Bindings.Expression.TBindingExpression.SetOutputValue

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

Delphi

procedure SetOutputValue(const Value: TValue); virtual;

C++

virtual void __fastcall SetOutputValue(const System::Rtti::TValue &Value);

プロパティ

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

説明

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

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

関連項目