DERIVED CLASS FOR EDIT CONTROLS. More...
#include <Zclass.h>
Public Member Functions | |
| void | Append (LPCTSTR str) |
| int | ScrollLines (short lines) |
DERIVED CLASS FOR EDIT CONTROLS.
% Provides the functionality of a Windows edit control. An edit control is a rectangular child window in which the user can enter text.
| void zEdit::Append | ( | LPCTSTR | str | ) | [inline] |
Appends the given text to the text area's current text.
| str | - the text to append. |
| int zEdit::ScrollLines | ( | short | lines | ) | [inline] |
Scrolls the text vertically in a multiline edit control.
| lines | - Specifies the number of lines to scroll vertically. |
1.6.1