API:System.Tether.AppProfile.TTetheringAppProfile.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Notification(AComponent: TComponent; Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Sets Manager to nil if the manager of your profile is destroyed.

System.Tether.AppProfile.TTetheringAppProfile.Notification inherits from System.Tether.Manager.TTetheringProfile.Notification. All content below this line refers to System.Tether.Manager.TTetheringProfile.Notification.

Sets Manager to nil if the manager of your profile is destroyed.

See Also