%HI_GetBrowserModifyFlag function


Function
This function returns TRUE, if data have been modified in Browser displayer. Otherwise, it returns FALSE.
Declaration
BOOL %HI_GetBrowserModifyFlag(
   INT in refId
 )

Parameters
refId Reference to displayer (reference variable).

Description
The function should be used when setting the new object for Browser displayer (HI_SetConnectedObj).
Example
 BOOL _bModify
 _bModify := %HI_GetBrowserModifyFlag(_browser) 

Napíšte komentár