System.Bindings.Expression.TBindingExpression.OutputValue

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

Delphi

property OutputValue: TValue read GetOutputValue write SetOutputValue;

C++

__property System::Rtti::TValue OutputValue = {read=GetOutputValue, write=SetOutputValue};

プロパティ

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

説明

すべての出力の値を示します。

OutputValue プロパティは、すべての出力の値を示します。

関連項目