RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplHasExecuteAccess Method

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

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's actions. If the ExecuteAccess property is not blank, this function calls the EndUserAdapter's HasExecuteRights function, passing the ExecuteAccess property value. 

 

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