JVCL Help:TJvSyncSplitter.Notification

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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 windowed control specified by the Partner property is about to be destroyed. If the windowed control is going away, Notification sets the Partner property to nil.


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