RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.HasModifyRights Method

Determines if the user has modify rights for the TBaseEndUserAdapter.

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

The HasModifyRights function is called from server-side script to determine if the user has modify rights for the TBaseEndUserAdapter. This function calls ImplHasModifyRights to check the user rights. 

 

ImplHasModifyRights 

HasModifyRights 

HasViewRights

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