System.Bindings.Expression.TBindingExpression.OutputValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OutputValue: TValue read GetOutputValue write SetOutputValue;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Specifies the values for all the outputs.

The OutputValue property specifies the values for all the outputs.

See Also