WebUsers.TWebUserItem.CheckRights
From RAD Studio VCL Reference
Contents |
Delphi Information
From WebUsers.pas
function CheckRights(const ARights: string): Boolean;
Unit: WebUsers
Type: method
Visibility: public
Member Of: TWebUserItem
C++ Information
From WebUsers.hpp
bool __fastcall CheckRights(System::UnicodeString ARights);
Unit: WebUsers
Type: method
Visibility: public
Member Of: TWebUserItem
Description
Checks the user's stored access rights against the access rights passed in.
This function checks the user's stored access rights against the access rights passed in. If the user has a matching right, then the function returns true or it will return false if the rights do not match.