Previous | Up | Next |
Create a text control with only one editable line.Parameters
ObjText _CReditLine ( Chn _channel_ ObjWin _father_ I _x_ I _y_ I _width_ I _height_ I _flags_ S _string_ )
Return value
_channel_ proprietary channel _father_ father window _x_ x coordinate _y_ y coordinate _width_ width _height_ height _flags_ flags :
ET_AHSCROLL allow horizontal scrolling ET_HSCROLL display horizontal scroll box ET_BORDER display a border ET_PASSWORD password control (display only '*') ET_HIDE do not display text ET_TABFOCUS if parent window is a dialog box, manage TAB key ET_DOWN display 3d border ET_DRAGDROP allow drag and drop inside the control ET_NUMBER only numbers can be typed in this control _string_ initial content
new text control