Click or drag to resize

FixedText Constructor

X#
Construct a FixedText object.

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 FixedText object.
xID (Optional)
Type: Usual
The unique ID of the FixedText object.
oPoint (Optional)
Type: Usual
The origin of the FixedText object in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the FixedText object in canvas coordinates.
cText (Optional)
Type: Usual
The informational text to be printed in the FixedText object. The default is NULL_STRING.
lDataAware (Optional)
Type: Usual
A logical value specifying whether the FixedText object is data aware.
See Also