System.Bindings.Expression.TBindingExpression.Outputs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Outputs: TBindingOutput read FBindingOutput;

C++

__property System::Bindings::Outputs::TBindingOutput* Outputs = {read=FBindingOutput};

Properties

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

Description

Container for the outputs.

The Outputs property is a container for the outputs that receive the value resulting from the expression evaluation.

See Also