OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TEditStream encapsulates the EDITSTREAM structure, which contains information about a data stream used with a rich edit control. More...
#include <owl/richedit.h>
Public Member Functions | |
TEditStream () | |
Constructs a default 'TEditStream' object. | |
TEditStream (DWORD_PTR cookie, EDITSTREAMCALLBACK) | |
Constructs a 'TEditStream' object initializing the members with the specified parameter. | |
TEditStream encapsulates the EDITSTREAM structure, which contains information about a data stream used with a rich edit control.
Definition at line 181 of file richedit.h.
|
inline |
Constructs a default 'TEditStream' object.
The members of the base 'EDITSTREAM' object are initialized to zero.
Definition at line 613 of file richedit.h.
|
inline |
Constructs a 'TEditStream' object initializing the members with the specified parameter.
Definition at line 624 of file richedit.h.