OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
editsear.cpp File Reference

Implementation of class TEditWindow, an edit control that responds to Find, Replace and FindNext commands. More...

#include <owl/pch.h>
#include <owl/editsear.h>
#include <owl/applicat.h>
#include <owl/edit.h>
#include <owl/findrepl.h>
#include <stdio.h>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Functions

 owl::EV_COMMAND (CM_EDITFIND, CmEditFind)
 
 owl::EV_COMMAND_ENABLE (CM_EDITFIND, CeEditFindReplace)
 
 owl::EV_COMMAND (CM_EDITREPLACE, CmEditReplace)
 
 owl::EV_COMMAND_ENABLE (CM_EDITREPLACE, CeEditFindReplace)
 
 owl::EV_COMMAND (CM_EDITFINDNEXT, CmEditFindNext)
 
 owl::EV_COMMAND_ENABLE (CM_EDITFINDNEXT, CeEditFindNext)
 
 owl::EV_REGISTERED (FINDMSGSTRING, EvFindMsg)
 
 owl::IMPLEMENT_STREAMABLE1 (TEditSearch, TEdit)
 

Detailed Description

Implementation of class TEditWindow, an edit control that responds to Find, Replace and FindNext commands.

Definition in file editsear.cpp.