RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageControl.GetChildren Method

Calls a specified procedure for every page in the page control.

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

Call GetChildren to execute a callback for every page in the page control. The Proc parameter is the callback. The Root parameter is ignored by TPageControl

GetChildren is intended primarily for the streaming system that loads and saves components. 

 

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