[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles notifications when a component is added or removed from the control.
Source position: dbctrls.pp line 196
protected procedure TDBEdit.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation for the notification. |
Notification is overridden in TDBEdit to ensure that the DataSource for the data link in the control is set to Nil when the component is freed. Notification calls the inherited method.
|
Provides access to the dataset with content for the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |