Show: Delphi
C++
Display Preferences
WebAdapt.TCustomAdapter.IsActionInUse
From XE2 API Documentation
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.