HI_TimerEnable
%HI_TimerEnable function
Function
The function allows to enable/disable generating the picture event OnTimer (Control function).
Declaration
%HI_TimerEnable(
BOOL in bEnable
)Example
Handler of the picture event OnTimer.
Note
If the value of the parameter bEnable is @TRUE, the picture event OnTimer will be generated each 250 ms. If its value is @FALSE, the picture event will not be generated.
This function is available also in %HIX_ version.