RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.VisibleActions Property

Returns a list of this adapter's action components.

Pascal
property VisibleActions: TWebComponentList;
C++
__property TWebComponentList VisibleActions;

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

 

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