System.Bindings.Outputs.TBindingCallbackFactory.TBindingCallback
Delphi
TBindingCallback = reference to function(const Obj: TObject; const Val: TValue): Boolean;
C++
__interface TBindingCallback : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
anonMethod class |
public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TBindingCallbackFactory |
Description
Callback signature for TBindingCallbackFactory that allows custom object or object-property assignment.
TBindingCallback is a callback signature for TBindingCallbackFactory that allows custom object or object-property assignment.