RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRadioButton.Create Constructor

Creates an instance of TRadioButton.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TRadioButton(TComponent * AOwner);

Call Create to instantiate a radio button at runtime. Radio buttons added to forms at design time are created automatically. 

AOwner is the component, typically a form, that becomes the value of the Owner property. The Owner is responsible for freeing the radio button object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!