[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the DataSource to Nil when the control is destroyed.
Source position: dbctrls.pp line 585
protected procedure TDBRadioGroup.Notification( |
AComponent: TComponent; |
Operation: TOperation |
); override; |
AComponent |
|
Component for the notification. |
Operation |
|
Operation generating the notification. |
Notification is an overridden method in TDBRadioGroup, and calls the inherited method. Notification ensures the DataSource for the control is set to Nil when Operation contains opRemove and AComponent is the DataSource component.
|
Provides access to the linked dataset and the field definition used in the control. |
|
|
Destroy is the destructor for the class instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |