[Overview][Types][Classes][Procedures and functions][Index] |
Handles a notification when a component is added to or removed from the control.
Source position: extctrls.pp line 1037
protected procedure TCustomLabeledEdit.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the event notification. |
Operation |
|
Operation for the event notification. |
Notification is overridden in TCustomLabeledEdit to ensure that a reference to the EditLabel property is released when Operation contains the value opRemove. Notification calls the inherited method.
|
Notification handler for insertion or deletion of components. |
Version 4.0 | Generated 2025-05-03 | Home |