OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of class TEdit. More...
#include <owl/pch.h>
#include <owl/edit.h>
#include <owl/validate.h>
#include <owl/validate.rh>
#include <owl/updown.h>
#include <dos.h>
#include <string.h>
#include <ctype.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Functions | |
owl::EV_COMMAND (CM_EDITCUT, CmEditCut) | |
owl::EV_COMMAND (CM_EDITCOPY, CmEditCopy) | |
owl::EV_COMMAND (CM_EDITPASTE, CmEditPaste) | |
owl::EV_COMMAND (CM_EDITDELETE, CmEditDelete) | |
owl::EV_COMMAND (CM_EDITCLEAR, CmEditClear) | |
owl::EV_COMMAND (CM_EDITUNDO, CmEditUndo) | |
owl::EV_COMMAND_ENABLE (CM_EDITCUT, CmSelectEnable) | |
owl::EV_COMMAND_ENABLE (CM_EDITCOPY, CmSelectEnable) | |
owl::EV_COMMAND_ENABLE (CM_EDITDELETE, CmSelectEnable) | |
owl::EV_COMMAND_ENABLE (CM_EDITPASTE, CmPasteEnable) | |
owl::EV_COMMAND_ENABLE (CM_EDITCLEAR, CmCharsEnable) | |
owl::EV_COMMAND_ENABLE (CM_EDITUNDO, CmModEnable) | |
owl::EV_UDN_DELTAPOS (UINT_MAX, EvUpDown) | |
owl::EV_NOTIFY_AT_CHILD (EN_ERRSPACE, ENErrSpace) | |
owl::IMPLEMENT_STREAMABLE1 (TEdit, TStatic) | |
Variables | |
owl::EV_WM_KEYDOWN | |
owl::EV_WM_SETFOCUS | |
owl::EV_WM_KILLFOCUS | |
owl::EV_WM_CHILDINVALID | |
Implementation of class TEdit.
This defines the basic behavior of all edit controls.
Definition in file edit.cpp.