%HI_SetVisibleGraphControls function


Function
This function enables / disables an access to the control buttons and table in a graph.
Declaration
%HI_SetVisibleGraphControls(
   INT in _refId,
   BOOL in _bOvladacieTlacidla,
   BOOL in _bTabulka
 )

Parameters
_refID Reference to a graphic object (reference variable).
_bOvladacieTlacidla Enable / disable the access to the control buttons in the upper part of graph.
_bTabulka Enable / disable the access to the table in the graph.

Description
This function enables / disables the access to the control buttons and table in the graph. If the control buttons or table are disabled, they are hide in the graph window. The disabling also works for the controlling through the popup menu.
Example
%HI_SetVisibleGraphControls(_Graph,  @FALSE, @TRUE)

Napíšte komentár