Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%HI_SetVisibleGraphControls function


Function
This  This function enables/disables an the access to the control buttons and table in a graph.
Declaration
Blok kódu
languageesl
themeConfluence
%HI_SetVisibleGraphControls(
   INT in _refId,
   BOOL in _bOvladacieTlacidla,
   BOOL in _bTabulka
 )
Parameters
_refIDReference to a graphic object (reference variable).
_bOvladacieTlacidlaEnable/disable the access to the control buttons in the upper part of graph.
_bTabulkaEnable/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
Blok kódu
languageesl
themeRDark
%HI_SetVisibleGraphControls(_Graph,  @FALSE, @TRUE)