Click or drag to resize

AppWindow.EndWindow Method

X#
Remove this application window from view (passing control back to the routine which created the application window).

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EndWindow(
	lSendMsg
) AS USUAL CLIPPER
Request Example View Source

Parameters

lSendMsg (Optional)
Type: Usual
A logical value that indicates if the class should use the SendMessage() function to close the window (which works immediately) or the PostMessage() function (which adds the message at the message event queue)

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also