%HI_GetBrowserModifyFlag function


Function
 This function returns TRUE, if data have been modified in the Browser displayer. Otherwise, it returns FALSE.
Declaration
BOOL %HI_GetBrowserModifyFlag(
   INT in refId
 )
Parameters
refIdReference to displayer (reference variable).
Description
The function should be used when setting the new object for the Browser displayer (HI_SetConnectedObj).
Example
 BOOL _bModify
 _bModify := %HI_GetBrowserModifyFlag(_browser) 
Napíšte komentár