Data.Bind.Components.TFormatCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFormatCallback = reference to procedure(const ASourceScope, AControlScope: IScope);

C++

__interface TFormatCallback  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Reference to a procedure (an anonymous method) that is used by the UpdateList and FillList method implementations.

Parameter Description
ASourceScope Source bindings scope containing bindings associations
AControlScope Control bindings scope containing bindings associations

See Also