RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionsListHelper.GetActionsList Method

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

Pascal
procedure GetActionsList(List: TStrings);
C++
__fastcall GetActionsList(TStrings List);

GetActionsList searches through the variables that have been defined for child Web items that represent adapter actions. It adds the names of any actions it finds to the list, along with the class of the Web item that represents each action. 

List is the list to fill with the names of adapter actions for which there are child Web items. 

 

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