Data.Bind.Components.IDependencyList.Notify

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Notify(ASender: TObject; const AComponent: TComponent; const AValue: string); overload;
procedure Notify(ASender: TObject; const ALocation: ILocation; const AExpr: string); overload;

C++

virtual void __fastcall Notify(System::TObject* ASender, System::Classes::TComponent* const AComponent, const System::UnicodeString AValue) = 0 /* overload */;
virtual void __fastcall Notify(System::TObject* ASender, const System::Bindings::Evalprotocol::_di_ILocation ALocation, const System::UnicodeString AExpr) = 0 /* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components IDependencyList

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.