[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles the notification when a component is added or removed from the control.
Source position: dbctrls.pp line 1015
protected procedure TDBMemo.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation performed on / for the component. |
Notification is an overridden method in TDBMemo. It calls the inherited method on entry, and ensures that the DataSource property is Nil'd when the component it is removed from the class instance.
|
Provides access to the dataset with content for the control. |
|
|
Notification handler for insertion or deletion of components. |
Version 4.0 | Generated 2025-05-03 | Home |