App.Run Method (Typed) | |
Invoke and execute a specified command.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Run(
sCommand
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Run(
Usual sCommand = default
)
Request Example
View SourceParameters
- sCommand (Optional)
- Type: Usual
The command to be executed (including any required arguments).
Return Value
Type:
Usual
A long integer value indicating successful completion or an error. The numbers 0-32 correspond to a specific error type in Windows (e.g., 0 means "out of memory," 2 means "file not found," etc.); any other number indicates successful completion.
See Also