Click or drag to resize

SysLink Constructor

X#
Construct a SysLink control.
Important! This method is used internally by X#. Normally, it should not be called in your application code.

Namespace:  VO
Assembly:  VOGUIClasses (in 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 SysLink control.
xID (Optional)
Type: Usual
The unique ID between 1 and 8000 of the SysLink control.
oPoint (Optional)
Type: Usual
The Point object that locates the control.
oDimension (Optional)
Type: Usual
The Dimension that sets the size of the control.
cText (Optional)
Type: Usual
The text (including HTML tags) to be displayed.
lDataAware (Optional)
Type: Usual
TRUE sets the control to be Data-Aware, FALSE sets this off. The Default is TRUE.
See Also