RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRadioGroup.Create Constructor

Creates and initializes a TDBRadioGroup instance.

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

Call Create to instantiate a TDBRadioGroup object at runtime. For radio groups placed on forms at design time, Create is called automatically. 

Pass a single Component as a parameter to provide the TDBRadioGroup object with an Owner that is responsible for freeing it.  

Create calls the inherited constructor method, then initializes internal objects and variables used to control data access. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!