Click or drag to resize

TopAppWindow Constructor

X#
Create a top-level application window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the top-level application window, which is the application itself. If not specified, SELF is used.
See Also