HI_SetEnableGraphButtons
%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 |
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)