%HI_TimerEnable function


Function
The function allows to enable/disable generating the picture event OnTimer (Control function).
Declaration
%HI_TimerEnable(
   BOOL in bEnable
 )

Parameters
bEnable @TRUE - enable the generation of the picture event OnTimer.
@FALSE - disable the generation of the picture event OnTimer.

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.
Napíšte komentár