Click or drag to resize

DataDialog Constructor (Typed)

X#
Construct a data dialog window.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns the data dialog window. The following window types can be owners: App, ShellWindow, TopAppWindow, ChildAppWindow, DialogWindow, or DataWindow.
oSource (Optional)
Type: Usual
The ID of the resource that defines the layout of the data dialog window. If not specified, the window automatically lays itself out when attached to a data server.
nResourceID (Optional)
Type: Usual
The resource ID that specifies the location and size of the sub-data window. Specifying this argument creates the new data dialog window as a sub-data window on its owner data window (only data window owners can have sub-data windows). It should refer to a control defined in the resource entity of the owner data window.
nDialogStyle (Optional)
Type: Usual
The style for the DataDialog border. Defaults to WS_DLGFRAME.
See Also