Navigation:  Classes > bBrowserCollection >

bBrowserCollection:SynchronizeAll()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Synchronize all registered bBrowsers.

Class

bBrowserCollection

Type

Method

Syntax

<oBrowserCollection>:SynchronizeAll([<oMaster>]) Æ lSuccess

Arguments

<oMaster>A registered bBrowser with which all other registered bBrowser are to be synchronized. If the argument is not specified the first registered bBrowser is used as default.
Data Type:bBrowser

Return Value

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

Description

bBrowserCollection:SynchronizeAll() synchronized all registered bBrowser with a master. The master must be registered in the bBrowserCollection.

 

The synchronization flags of the registered bBrowser define which settings are synchronized between the respective bBrowser and the master. The synchronization flags can be determined and changed with the method bBrowserCollection:ClientInfo().

 

Note!
For any registered bBrowser the method bBrowserCollection:SynchronizeClient() is internally invoked. With this method the bBrowser is synchronized with the master.

See Also

bBrowserCollection:ClientInfo()

bBrowserCollection:RegisterClient()

bBrowserCollection:SynchronizeClient()

 


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