[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomRadioGroup.Create

Constructor for the class instance.

Declaration

Source position: extctrls.pp line 766

public constructor TCustomRadioGroup.Create(

  TheOwner: TComponent

); override;

Arguments

TheOwner

  

Owner of the class instance.

Description

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.

See also

TCustomGroupBox.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home