- indexing
- title: "This class allows to get the contents of a rich edit ", "control. Used internally by WEL. ", "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
class WEL_RICH_EDIT_BUFFER_SAVER
- inherit
-
WEL_RICH_EDIT_STREAM_OUT
-
- rename
-
make
as rich_edit_stream_out_make
- end
- creation
- make
- feature {NONE}-- Initialization
-
make
-
-
-- Create `text'.
- feature -- Access
-
text: STRING
- invariant
-
text_not_void:
text /= void
end -- class WEL_RICH_EDIT_BUFFER_SAVER