%HI_SetBrowserAutoRefresh, %HI_GetBrowserAutoRefresh functions


Function
The function %HI_SetBrowserAutoRefresh enables/disables auto refresh in displayer of Browser type (control function), if the object Table is connected to it.

The function %HI_GetBrowserAutoRefresh returns the setting of auto refresh in Browser displayer.
Declaration
%HI_SetBrowserAutoRefresh(
   INT in refId,
   BOOL in autorefresh
 )
 
 
 BOOL %HI_GetBrowserAutoRefresh(
   INT in refId
 )

Parameters
refId Reference to displayer (reference variable).
autorefresh The value of displayer. TRUE - auto refresh enabled, FALSE - auto refresh disabled.

Note
It relates only to Browser displayer with the connected Table.
Napíšte komentár