Navigation:  Classes > bBrowser >

bBrowser:AutoRefresh()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Refresh the shown data.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:AutoRefresh() Æ lRefresh

Return Value

lRefreshA logical value that indicates whether the data had to be shown.
Data Type:Logic

Description

bBrowser:AutoRefresh() examines at intervals, whether the visible values of the columns agree with values in the server. If the values in the server have changed, columns are updated.

 

The interval in which the data to be refreshed, can to be adjusted with the access bBrowser:AutoRefreshTime. After creating the bBrowser, the time interval is set to 0 milliseconds. This means that no automatic refreshing occurs.

 

Important note!
bBrowser:AutoRefresh() is a callback method and should not be called by programmer.

See Also

bBrowser:AutoRefreshTime

 


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