[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles notification events for components used in the class instance.
Source position: dbctrls.pp line 678
protected procedure TDBCheckBox.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation for the notification. |
Notification is an overridden procedure in TDBCheckBox, and calls the inherited method. Notification ensures that an assigned value in DataSource is cleared (set to Nil) when the DataSource component is destroyed.
|
Provides access to the dataset with content for the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |