RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRadioGroup.GetChildren Method

Prevents the streaming system from loading and saving child controls in the usual fashion.

Pascal
procedure GetChildren(Proc: TGetChildProc; Root: TComponent); override;
C++
virtual __fastcall GetChildren(TGetChildProc Proc, TComponent * Root);

GetChildren is called in the streaming sequence that loads and saves VCL components. Because radio groups load and save their buttons using the ReadState and WriteState methods, TCustomRadioGroup overrides TWinControl to disable the GetChildren method. 

 

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