RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDefaultActions.GetDefaultWebComponents Method

Returns a list of actions or fields that are used by default if an application does not explicitly assign child items to this object.

Pascal
function GetDefaultWebComponents: TWebComponentList; override;
C++
virtual __fastcall TWebComponentList GetDefaultWebComponents();

GetDefaultWebComponents supplies the default set of child items for this component. As implemented in TAdapterSubComponent, GetDefaultWebComponents always returns nil (Delphi) or NULL (C++) because this class represents only a single list of items. Descendants that represent the default fields or actions of the associated adapter (TAdapterDefaultActions and TAdapterDefaultFields) override this method to return the list of default fields or actions. 

 

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