OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Definition of class TRichEdit. More...
#include <owl/private/defs.h>
#include <owl/editfile.h>
#include <owl/commctrl.h>
#include <richedit.h>
#include <richole.h>
#include <owl/preclass.h>
#include <owl/posclass.h>
Go to the source code of this file.
Classes | |
class | owl::TCharFormat |
TCharFormat encapsulates the CHARFORMAT2 structure which contains information about character formatting in a rich edit control. More... | |
class | owl::TCharRange |
TCharRange encapsulates the CHARRANGE structure, which specifies a range of characters in a rich edit control. More... | |
class | owl::TParaFormat |
TParaFormat encapsulates the PARAFORMAT structure, which contains information about paragraph formatting attributes of a rich edit control. More... | |
class | owl::TFormatRange |
TFormatRange encapsulates the FORMATRANGE structure, which contains information that a rich edit control uses to format its output for a particular device. More... | |
class | owl::TEditStream |
TEditStream encapsulates the EDITSTREAM structure, which contains information about a data stream used with a rich edit control. More... | |
class | owl::TTextRange |
TTextRange encapsulates the TEXTRANGE structure, which contains information about a range of text in a rich edit control. More... | |
class | owl::TFindText |
TFindText encapsulates the FINDTEXT structure, which contains information about text to search for in a rich edit control. More... | |
class | owl::TRichEditModule |
Wrapper object which loads the DLL providing the implementation of the RichEdit control. More... | |
class | owl::TRichEdit |
TRichEdit encapsulates a rich edit control, a window in which a user can enter, edit and format text. More... | |
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Macros | |
#define | CFM_ALL |
#define | PFM_ALL |
Typedefs | |
typedef TDllLoader< TRichEditModule > | owl::TRichEditDll |
TRichEditDll is a simple object which takes advantages of OWL's TDllLoader to ensure that only one copy of an object [theoretically representing a DLL] is created. | |
Definition of class TRichEdit.
Definition in file richedit.h.
#define CFM_ALL |
Definition at line 29 of file richedit.h.
#define PFM_ALL |
Definition at line 38 of file richedit.h.