OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
editfile.cpp File Reference

Implementation of class TEditFile, a text edit which can find/replace and read/write from/to a file. More...

#include <owl/pch.h>
#include <owl/window.h>
#include <owl/control.h>
#include <owl/edit.h>
#include <owl/editsear.h>
#include <owl/editfile.h>
#include <owl/file.h>
#include <owl/applicat.h>
#include <owl/system.h>
#include <string.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_FILESAVE, CmFileSave)
 
 owl::EV_COMMAND (CM_FILESAVEAS, CmFileSaveAs)
 
 owl::EV_COMMAND_ENABLE (CM_FILESAVE, CmSaveEnable)
 
 owl::IMPLEMENT_STREAMABLE1 (TEditFile, TEditSearch)
 

Detailed Description

Implementation of class TEditFile, a text edit which can find/replace and read/write from/to a file.

Definition in file editfile.cpp.