[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 982
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. |
lazarus-ccr.sourceforge.net |