Programming Reference Manual
 
Syntax
 
AboutWinWrapBasic [Timeout]
 
Description
Show the WinWrap Basic about box.
 
Parameter
Description
Timeout
This numeric value is the maximum number of seconds to show the about box. A value less than or equal to zero displays the about box until the user closes it. If this value is omitted then a three second timeout is used.
See Also
 
Example
 
Sub Main
    AboutWinWrapBasic
End Sub