Up

 

  

 
Interface
Property Page:

  • Enabled - activates timer
  • Interval - timer in seconds

Frontpage ActiveX footprint:

<object classid="clsid:BF28D60A-AA38-4AF2-9BD3-6D6A8C6B2ED3" id="TdvTimer">
<param name="TimerInterval" value="1000">
<param name="EnableTimer" value="-1">
</object>
</TD>

Methods:

GetTimerInterval;
SetTimerInterval;Value=VT_I4
AboutBox;
GetEnableTimer;
SetEnableTimer;Value=VT_BOOL

Events:

OnTimer;
OnActivate;
 

Script Example:

# sets a TDVPanel on the timer tick
sub TDVTimer_OnTimer()
   Date_Panel.Caption = Now()  # Now return date - vb script method
end sub
 

 

 

Scorpion Vision Version XII : Build 646 - Date: 20170225
Scorpion Vision Software® is a registered trademark of Tordivel AS.
Copyright © 2000 - 2017 Tordivel AS.