System.Bindings.Outputs.TBindingOutput.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(AExpression: TObject; const ValueFunc: TBindOutValueFunc);

C++

void __fastcall SetValue(System::TObject* AExpression, const System::DelphiInterface<System::Sysutils::TFunc__1<System::Bindings::Evalprotocol::_di_IValue> > ValueFunc);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

Description

Sets all the outputs and output procedures with the specified value.

The SetValue method sets all the outputs and output procedures with the value specified through the Value parameter.

See Also