Invoke an TOCX Control Method
USAGE
pathName method_name ?params?
pathName domethod method_name
DESCRIPTION
In the first form, invoke the method method_name
associated with the ActiveX Control pathName. This
command returns the value returned by the method of the ActiveX
Control , or an empty string if there is no command named method
associated with the control. The second form can be used if there
is a conflict between the method_name and one of the
keywords in the ActiveX Widget.
EXAMPLE
.cal NextDay
Invokes the NextDay method of the Calendar Control without parameters.