RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.HasExecuteAccess Method

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

Pascal
function HasExecuteAccess: Boolean;
C++
__fastcall Boolean HasExecuteAccess();

The value returned by this function can be accessed with server-side script using the CanExecute property. HasExecuteAccess calls ImplHasExecuteAccess

 

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