RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebUserItems.Items Property

Allows public read and write access to individual TWebUserItem records as if they were stored in an array.

Pascal
property Items [Index: Integer]: TWebUserItem;
C++
__property TWebUserItem Items[int Index];

The Items property allows public read and write access to individual TWebUserItem records as if they were stored in an array. It also provides methods to access a particular user's information by giving the user name or user ID. 

 

operator_sb

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