[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles notifications when a component is added to or removed from the control.
Source position: dbctrls.pp line 369
protected procedure TCustomDBListBox.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
Notification is an overridden method in TCustomDBListBox. Notification calls the inherited method, and ensures that an assigned DataSource is set to Nil when Operation contains opRemove.
|
Provides access to the linked dataset for the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |