Navigation:  Classes > bBrowserCollection >

bBrowserCollection:SynchronizeClient()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Synchronize a registered bBrowsers with another one.

Class

bBrowserCollection

Type

Method

Syntax

<oBrowserCollection>:SynchronizeClient(

<oMaster>,

<oClient>

) Æ lSuccess

Arguments

<oMaster>The registered bBrowser (Master) with which the <oClient> is to be synchronized.
Data Type:bBrowser

 

<oClient>The registered bBrowser (Client) which is to be synchronized with the <oMaster>.
Data Type:bBrowser

Return Value

lSuccessA logical value that indicates whether the client could be synchronized.
TRUEThe client was synchronized.
FALSEThe client could not be synchronized.
Data Type:Logic

Description

bBrowserCollection:SynchronizeClient() synchronized a bBrowser called Client with another bBrowser called Master. Both bBrowser must be registered in the bBrowserCollection.

 

The synchronization flags of the client define which settings are to be synchronized. The synchronization flags can be determined with the method bBrowserCollection:ClientInfo().

See Also

bBrowserCollection:ClientInfo()

bBrowserCollection:RegisterClient()

bBrowserCollection:SynchronizeAll()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowsercollection_syncclient.htm