System.Bindings.Expression.TBindingExpression.SetOutputValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOutputValue(const Value: TValue); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Setter implementation for the OutputValue property.

The SetOutputValue method is the protected setter implementation for the OutputValue property.

See Also