FMX.DateTimeCtrls.TCustomDateTimeEdit.ObserverAdded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ObserverAdded(const ID: Integer; const Observer: IObserver); override;

C++

virtual void __fastcall ObserverAdded(const int ID, const System::Classes::_di_IObserver Observer);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TCustomDateTimeEdit

Description

Allows the component to handle the addition of an observer.

FMX.DateTimeCtrls.TCustomDateTimeEdit.ObserverAdded inherits from System.Classes.TComponent.ObserverAdded. All content below this line refers to System.Classes.TComponent.ObserverAdded.


Allows the component to handle the addition of an observer.

See Also