Click or drag to resize

GroupBox Constructor (Typed)

X#
Construct a group box.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension,
	cText,
	lDataAware
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the group box.
xID (Optional)
Type: Usual
The unique ID of the group box (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the group box in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the group box in canvas coordinates.
cText (Optional)
Type: Usual
The caption of the group box. The default is NULL_STRING.
lDataAware (Optional)
Type: Usual
A logical value specifying whether the group box is data aware.
See Also