System.Classes.TComponent.Observers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Observers: TObservers read GetObservers;

C++

__property TObservers* Observers = {read=GetObservers};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

Indicates the TObservers object added to the TComponent.

Observers is a read-only property that returns the TObservers added to the TComponent, in order to use the notifications provided by the observers either with LiveBindings or for the developers' own purposes.

See Also