(TWindow* parent, int id, const char far* text, int x, int y, int w, int h, uint textLen = 0, bool multiline = false, TModule* module = 0)
(TWindow* parent, int id, const char far* text, int x, int y, int w, int h, uint textLen, bool multiline, TModule* module)
TEdit(parent, id, text, x, y, w, h, textLen, multiline, module)
edit.h
(0, 100, "", 0, 0, 0, 0)
(HWND hWndGetFocus)
(HWND hWndGetFocus)
(hWndGetFocus)
EV_WM_KILLFOCUS
(HWND hWndLostFocus)
(HWND hWndLostFocus)
(hWndLostFocus)
EV_WM_SETFOCUS
(uint key, uint repeatCount, uint flags)
(uint key, uint repeatCount, uint flags)
(key, repeatCount, flags)
EV_WM_KEYDOWN
(uint key, uint repeatCount, uint flags)
(uint key, uint repeatCount, uint flags)
(key, repeatCount, flags)
EV_WM_CHAR
(MSG far* p1)
(MSG far* p1)
EV_WM_GETDLGCODE
(HWND wnd)
(HWND wnd)
(wnd)
EV_WM_CHILDINVALID
(TWindow* parent = 0, int id = 0, const char far* text = 0, int x = 0, int y = 0, int w = 0, int h = 0, const char far* fileName = 0, TModule* module = 0)
(TWindow* parent, int id, const char far* text, int x, int y, int w, int h, const char far* fileName, TModule* module)
TEditFile(parent, id, text, x, y, w, h, fileName, module)
(TWindow* parent, int id, const char far* vbxName, const char far* vbxClass, const char far* title, int x, int y, int w, int h, long initLen = 0, void far* initData = 0, TModule* module = 0)
(TWindow* parent, int id, const char far* vbxName, const char far* vbxClass, const char far* title, int x, int y, int w, int h, long initLen, void far* initData, TModule* module)