RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.HasViewRights Method

Determine if the user has view rights to the TBaseEndUserAdapter.

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

The HasViewRights function is called from server-side script to determine if the user has view rights for the TBaseEndUserAdapter. This function calls ImplHasViewRights to check the user rights. 

 

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