RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ImplHasExecuteAccess Method

Checks the end-user's right to execute this adapter action.

Pascal
function ImplHasExecuteAccess: Boolean; virtual;
C++
virtual __fastcall Boolean ImplHasExecuteAccess();

This function is called by HasExecuteAccess to check the end-user's right to execute the adapter action. First, the parent adapter's HasExecuteAccess method is called. If the adapter allows execute access and the ExecuteAccess property is not blank, this function calls the EndUserAdapter HasModifyRights function, passing the ExecuteAccess property value. 

 

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