TAstaServerSocket.UserList
Applies to
TAstaServerSocket
Declaration
property UserList: TUsers;
Description
The UserList object is the client "state" manager for the AstaServerSocket. It tracks information
about connected users. Users are added to the UserList after a successful client
login on the AstaServerSocket. There is an event fired when users are
added or removed from the UserList.OnUserListChange.
Each item in the UserList contains a UserRecord
with the UserName (if the user has supplied one for a login), Application Name, Connect time and an AstaParamList
that can be used to store any other "scratch" information that your application may require.
All messaging and database routines on the AstaServerSocket supply access to the ClientSocket making the request. This ClientSocket can be used to look up information from the UserList.