RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.IsActionInUse Method

Indicates whether a particular action has been added to the adapter.

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

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!