RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenu.GetChildren Method

Executes a callback for child menu items.

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

GetChildren is called automatically by the streaming system so that child menu items are saved and read with their parent menu. 

 

GetParentComponent 

SetChildOrder

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