RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.ImplHasModifyRights Method

Checks user rights and determines if the user has modify rights.

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

The ImplHasModifyRights function is called from the HasModifyRights function. It calls the DoOnHasRights function to check the user rights and determine if the user has modify rights. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!