RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebUserItem Class

TWebUserItem stores the user identification, password, and access rights for a single user.

Pascal
TWebUserItem = class(TCollectionItem);
C++
class TWebUserItem : public TCollectionItem;

WebUsers

TWebUserItem stores the user ID and password along with the associated access rights for a single user. Methods are provided to set the access rights as well as methods to retrieve the access rights in the form of a single delimited string, or as a collection in the form of a TString. 

 

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