System.Bindings.Outputs.TBindingOutput.AddProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddProc(AProc: TBindingSetValueEvent);

C++

void __fastcall AddProc(System::DelphiInterface<System::Sysutils::TProc__1<System::Rtti::TValue> > AProc);

Properties

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

Description

Adds a method to be called when an input changes and gets propagated.

The AddProc method adds a method to be called when an input changes and gets propagated. The AProc parameter specifies the callback event to call when assigning an output.

See Also