- indexing
- title: "Defines the general notions of a stream out for the rich ", "edit control.", "note: Do not use more than one instance of this class ", " at the same time. Nested streams are not supported. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
- project: "Windows Eiffel Library"
- copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997-2001 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
- cluster: wel
deferred class WEL_RICH_EDIT_STREAM_OUT
- inherit
-
WEL_RICH_EDIT_STREAM
-
- rename
-
make
as rich_edit_stream_make
- end
- feature -- Basic operations
-
write_buffer (buffer: STRING)
-
-
-- Write `buffer'.
-
- require
-
buffer_not_void:
buffer /= void
end -- class WEL_RICH_EDIT_STREAM_OUT