Click or drag to resize

SingleLineEdit.CreateFormattedString Method

X#
Create formatted text according to the parameters provided.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD CreateFormattedString(
	cPicture,
	cType,
	cDefTempl
) AS USUAL CLIPPER
Request Example View Source

Parameters

cPicture (Optional)
Type: Usual
The picture clause as a string.
cType (Optional)
Type: Usual
The unique ID of the single-line edit control (between 1 and 8000).
cDefTempl (Optional)
Type: Usual
The origin of the single-line edit control in canvas coordinates.

Return Value

Type: Usual
Remarks
This method allows the developer to create formatted text in a way other than by using the internal class __FormattedString and prevents the need for using an internal class to do a direct assignment.
See Also