RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.GetChildren Method

Provides the interface for a method that adapters use to return their child components.

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

TCustomAdapter overrides the GetChildren method that is introduced in TComponent for the streaming system that loads and saves components. It calls the Proc procedure passing the Actions and Data properties. This allows the adapter actions and adapter fields to be loaded and saved with the TCustomAdapter object. 

 

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