Data.Bind.Components.TFormatCallback

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
anonMethod
class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

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

C++

__interface TFormatCallback  : public System::IInterface

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