|
RAD Studio VCL Reference
|
Checks user rights and determines if the user has execute rights.
function ImplHasExecuteRights(ARights: string): Boolean; virtual;
virtual __fastcall Boolean ImplHasExecuteRights(AnsiString ARights);
The ImplHasExecuteRights function is called from the HasExecuteRights function. It calls the DoOnHasRights function to check the user rights and determines if the user has execute rights.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|