JVCL Help:TJvSystemPopup.Notification
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSystemPopup.Notification Method
[+] TJvSystemPopup Methods
[+] TJvSystemPopup Properties
Search in JVCL Help
Search in all projectsSummary
Responds to notifications when objects are about to be created or destroyed.
Pascal
procedureNotification(AComponent: TComponent; Operation: TOperation); override;
Parameters
Parameters | Description |
AComponent: TComponent | Identifies the component that is about to be created or destroyed. |
Operation: TOperation | Specifies whether the component is about to be created or destroyed. |
Description
Notification is called automatically when components are created or destroyed. After calling the inherited method, Notification checks whether the component specified by the Popup property is about to be destroyed. If the component is going away, Notification sets the Popup property to nil.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page