RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebUserItem.AccessRights Property

Stores the user rights as a comma, semicolon, or space delimited string.

Pascal
property AccessRights: string;
C++
__property AnsiString AccessRights;

The AccessRights property stores the user rights as a comma, semicolon, or space delimited string. This variable can be read or written directly or set as a single string using SetAccessRights. The individual rights can be obtained as a collection in the form of a TString by calling the GetAccessRightsStrings function. 

 

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