Click or drag to resize

Window Constructor (Typed)

X#
Construct a Window object.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns this window.
Remarks
The window initialization code generated by the Window Editor calls PreInit() and PostInit() at the beginning and the end, respectively, of the Init() method. The default implementation returns NIL. Implementation of PreInit()/PostInit(), however, results in customized initialization code which is not overridden by the Window Editor's code generation.
See Also