RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebUserList.Users Property

Provides read-only access to an individual user's account data in the form of an array of TWebUserItem.

Pascal
property Users [I: Integer]: TWebUserItem;
C++
__property TWebUserItem Users[int I];

Use this property to provide read-only access to an individual user's account data in the form of an array of TWebUserItem. An individual TWebUserItem object can be indexed from the array using the standard bracketed array notation. 

 

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