RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.HasExecuteRights Method

Determines if the user has execute rights for the TBaseEndUserAdapter.

Pascal
function HasExecuteRights(ARights: string): Boolean;
C++
__fastcall Boolean HasExecuteRights(AnsiString ARights);

The HasExecuteRights function is called from server-side script to determine if the user has execute rights for the TBaseEndUserAdapter. This function calls ImplHasExecuteRights to check the user rights. 

 

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