CEDIT Mnemonic - Create Multi-Line Text Edit Control
Syntax
'CEDIT'(id,x,y,w,h,title,flags)
Description
The 'CEDIT' mnemonic creates a special multi-line text editing control. The control holds one or more lines of text, called paragraphs, each of which may occupy one or more physical lines, depending on the "wrap" setting. If the text is limited to one line, use the EDIT Mnemonic - Create An Edit Control instead. The 'CEDIT' mnemonic is available in Visual PRO/5 Rev. 2.10 and above, and replaces the 'TXEDIT' mnemonic.
Parameter | Description | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | Control ID. | ||||||||||||||||||||||||||
x | Horizontal position of the upper-left corner of the control. | ||||||||||||||||||||||||||
y | Vertical position of the upper-left corner of the control. | ||||||||||||||||||||||||||
w | Width of the control. | ||||||||||||||||||||||||||
h | Height of the control. | ||||||||||||||||||||||||||
title | Title of the control. | ||||||||||||||||||||||||||
flags | Control flags, as follows:
|
Note:
If all values for x, y, w, and h are 0 in this mnemonic, then the edit control will be made to fill the window.