Purpose
Returns information about the registered clients and optionally allows changes.
Class
Type
Method
Syntax
<oBrowserCollection>:ClientInfo(
<iInfoType>,
<uClient>,
<uValueNew>
) Æ uValue
Arguments
| <iInfoType> | The property that is to be returned and optionally changed. The following properties are supported: | 
| Property | Description | Value can be changed | 
| BBCCI_CLIENT | The client as object. | No | 
| BBCCI_CLIENTCOUNT | A numeric value that indicates the number of registered clients. | No | 
| BBCCI_CLIENTFLAGS | A numeric value that indicates the flags for synchronizing a client. | Yes | 
| BBCCI_CLIENTNUMBER | A numeric value that indicates the position of the registered client within the bBrowserCollection. | No | 
| BBCCI_ISCLIENT | A logical value that indicates whether the client is registered in the bBrowserCollection. | No | 
| Data Type: | Integer | 
| <uClient> | Number or object of the client for that the property is to be determined. | 
| Data Type: | DWord | bBrowser | 
| <uValueNew> | The new value that is to be set for this property. | 
| Data Type: | Usual | 
Return Value
| uValue | The current property value. If a client was specified and this does not exist, then the value NIL is returned. | 
| Data Type: | Usual | 
Description
bBrowserCollection:ClientInfo() determines properties for the registered clients and returns it. Some properties can be changed also.
See Also
bBrowserCollection:RegisterClient()
Page url: http://www.YOURSERVER.com/index.html?bbrowsercollection_clientinfo.htm