RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRadioGroup.Loaded Method

Initializes the radio group after it is loaded into memory.

Pascal
procedure Loaded; override;
C++
virtual __fastcall Loaded();

Do not call Loaded. The component streaming system calls Loaded automatically after the radio group's form is loaded into memory so that it can complete any initializations that depend on other objects in the form. 

Loaded overrides the inherited method to ensure that the buttons in the group are properly arranged. 

 

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