[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles the notification when a component on the control is added or removed.
Source position: dbctrls.pp line 1282
protected procedure TDBCalendar.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation for the notification. |
Notification is an overridden method in TDBCalendar. It ensures that the DataSource is set to Nil when the component is freed.
|
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 |