%HI_SetEnableGraphButtons function


Function
The function enables/disables an access to some buttons placed in the graph.
Declaration
%HI_SetEnableGraphButtons(
   INT in _refId,
   INT in ref_btn,
   BOOL in _bEnable  
 )

Parameters
refID Reference to graphic object (reference variable).
ref_btn Number of button which is to be enabled / disabled:

1 - on-line graph configuration
2 - setting of the processes display in graph
3 - definition of time interval for value display
4 - switch of the graph to original interval after history browsing
5 - button in graph for time shift to the left
6 - button in graph for time shift to the right

bEnable Enables / disables the access.

Description

The function enables / disables an access to some buttons placed in the graph.


Example
%HI_SetEnableGraphButtons(_Graph, 1, @FALSE)

Napíšte komentár