GroupBox.Timer Method (Typed)
|
|
Provide a method to be invoked at specific intervals defined when the timer is registered though the RegisterTimer() method.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.24 GA
Syntax VIRTUAL METHOD Timer() AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual Timer() Request Example
View SourceReturn Value
Type:
Usual
Remarks Tip |
|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also