System.Bindings.Outputs.TBindingOutput.Procs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Procs: TOutputProcs read FOutputProcs;

C++

__property System::Generics::Collections::TList__1<System::DelphiInterface<System::Sysutils::TProc__1<System::Rtti::TValue> > >* Procs = {read=FOutputProcs};

Properties

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

Description

Specifies a list of callback events to call when assigning an output.

The Procs property specifies a list of callback events to call when assigning an output.

Tip: When evaluating an expression, the routines specified by the Procs property can be called so that, when evaluated, they take in the output value as a parameter.

See Also