[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extctrls.pp line 720
public constructor TCustomRadioGroup.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the constructor for TCustomRadioGroup.It calls the inherited Create method, then sets the list of radio buttons, and initializes layout and sizing properties.
|
Constructor for the class instance. |
lazarus-ccr.sourceforge.net |