API:System.Classes.TObservers.RemoveObserver
Delphi
procedure RemoveObserver(const ID: Integer; const AIntf: IInterface); overload; virtual;
procedure RemoveObserver(const IDs: Array of Integer; const AIntf: IInterface); overload; virtual;
C++
virtual void __fastcall RemoveObserver(const int ID, const System::_di_IInterface AIntf)/* overload */;
virtual void __fastcall RemoveObserver(const int *IDs, const int IDs_High, const System::_di_IInterface AIntf)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TObservers |
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.