CreateEdit(WindowNumber, ControlNumber, x, y, Width, Height, Text.s, Style)

Create a Edit control on a defined window, style define attributes of control you can use #VMB_EDIT_DEFAULT to create it with default style. Other constants to define the style are:

#VMB_EDIT_MULTILINE, enable multiline edit control.
#VMB_EDIT_RIGHT, text is right aligned.
#VMB_EDIT_READONLY, control have read only mode.
#VMB_EDIT_PASSWORD, replace all characters for '*'.
#VMB_EDIT_UPPERCASE, all characters are converted to upper case.
#VMB_EDIT_LOWERCASE, all characters are converted to lower case.