RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionsListHelper.GetVisibleActions Method

Fills a list with the names of all the actions for which there are child Web items.

Pascal
function GetVisibleActions: TWebComponentList;
C++
__fastcall TWebComponentList GetVisibleActions();

GetVisibleActions returns the list of child Web items that generate HTML controls for the associated component. Each element in this list is an adapter action button (TAdapterActionButton object). 

If you have explicitly added child Web items, the returned list contains the child Web items you added. Otherwise, if the AddDefaultActions property is true, the list contains adapter action buttons for the default actions of the adapter. If AddDefaultActions is false, the list is empty. 

 

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