RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.GetVisibleActions Method

Returns a list of this adapter's action components.

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

Some adapters may support default actions. For example, TLoginFormAdapter has a has a default action for submitting the login form. If no actions have been explicitly added, GetVisibleActions returns a list containing all of the default actions. GetVisibleActions calls ImplGetVisibleActions

 

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