Click or drag to resize

MultiLineEdit Constructor

X#
Construct a multiline edit control.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns the multiline edit control.
xID (Optional)
Type: Usual
The unique ID of the multiline edit control (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the multiline edit control in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the multiline edit control in canvas coordinates.
kStyle (Optional)
Type: Usual
The style of the multiline edit control, specified as one of the following constants listed below.
Remarks
ConstantWindows API Constan
EDITAUTOHSCROLL ES_AUTOHSCROLL
EDITAUTOVSCROLL ES_AUTOVSCROLL
EDITBORDERED WS_BORDER
EDITCENTER ES_CENTER
EDITLEFT ES_LEFT
EDITLOWERCASE ES_LOWERCASE
EDITMULTILINE ES_MULTILINE
EDITNOHIDESEL ES_NOHIDESEL
EDITOEMCONVERT ES_OEMCONVERT
EDITPASSWORD ES_PASSWORD
EDITREADONLY ES_READONLY
EDITRIGHT ES_RIGHT
EDITUPPERCASE ES_UPPERCASE
EDITWANTRETURN ES_WANTRETURN
See Also