|
RAD Studio VCL Reference
|
Overrides the inherited method to respond to messages that the dispatcher is going away.
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
virtual __fastcall Notification(TComponent * AComponent, TOperation Operation);
After calling the inherited method, Notification checks whether this call was triggered by the removal of the dispatcher. If so, the Dispatcher property is set to nil. NULL.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|