Data.Bind.Components.TFormatCallback

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__interface TFormatCallback  : public System::IInterface

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
anonMethod
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


Beschreibung

Referenz auf eine Prozedur (eine anonyme Methode), die von den UpdateList- und FillList-Methodenimplementierungen verwendet wird.

Parameter Beschreibung
ASourceScope Quellbindungs-Gültigkeitsbereich mit Bindungszuordnungen
AControlScope Steuerbindungs-Gültigkeitsbereich mit Bindungszuordnungen

Siehe auch