WebAdapt.TCustomAdapter.IsActionInUse
From RAD Studio API Documentation
Revision as of 17:02, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
function IsActionInUse(const AName: string): Boolean;
C++
bool __fastcall IsActionInUse(const System::UnicodeString AName);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TCustomAdapter |
Description
Indicates whether a particular action has been added to the adapter.
IsActionInUse is called at design time to determine whether an action with a particular name has been added to the adapter. When editing the adapter, the names of actions in use are not displayed in the dialog box used to add new actions.