%HI_SetBrowserAutoRefresh, %HI_GetBrowserAutoRefresh functions


Function
The function %HI_SetBrowserAutoRefresh enables/disables auto refresh in displayer of the 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
refIdReference to the displayer (reference variable).
autorefreshThe value of the displayer. TRUE - auto refresh enabled, FALSE - auto refresh disabled.
Note
It relates only to Browser displayer with the connected Table.
Napíšte komentár