RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionsListHelper.IsActionInUse Method

Indicates whether there is a child Web item that corresponds to a specified action.

Pascal
function IsActionInUse(const AName: string): Boolean;
C++
__fastcall Boolean IsActionInUse(const AnsiString AName);

IsActionInUse indicates whether the associated component already has a child Web item that executes a specified adapter action. 

AName is the name of the adapter action. 

IsActionInUse returns true if there is a child Web item that executes the specified action, false if there is no child Web item for the action. 

 

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