System.Bindings.Expression.TBindingExpression.SetOutputValue

提供: RAD Studio API Documentation
2011年10月18日 (火) 21:34時点におけるPyBot (トーク | 投稿記録)による版 (Scoping Libraries)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 設定メソッドの実装です。

関連項目