[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: dbctrls.pp line 1107
public constructor TDBGroupBox.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for TDBGroupBox. It calls the inherited Create method, and allocates resources for the internal TFieldDataLink used in the control. The current class instance is assigned as the Control for the Field Data Link, and the DataChange method is used as the OnDataChange event handler.
|
Updates the value for the control when the linked dataset is changed. |
|
|
Maintains an association between a control, an action, and a field in a linked dataset. |
|
|
The Control to which this datalink is attached. |
|
|
Event handler signalled when the field data link has been changed. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |