System.Classes.TObserverMapping

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTObserverMapping

Delphi

TObserverMapping = class

C++

class PASCALIMPLEMENTATION TObserverMapping : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

TObserverMapping stores all of the currently set TObservers.

TObserverMapping maps all the TObservers into a set of TStringList.

Access to an individual observer can be made by calling GetObserverID. This function returns an integer representing the unique ID of the observer.

See Also