Constructor for the class instance.
Source position: dbctrls.pp line 588
public constructor TDBRadioGroup.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for TDBRadioGroup. It calls the inherited Create method, and allocates resources needed for the DataLink and Values properties. The DataChange and UpdateData methods are assigned to event handlers in DataLink.
|
Constructor for the class instance. |