-% automatically generated by HelpGen from textfile.tex at 10/Jan/99 18:47:37
\section{\class{wxTextFile}}\label{wxtextfile}
The wxTextFile is a simple class which allows to work with text files on line by
termination type if you wish.
\end{itemize}
-\wxheading{See also:}
-
-\helpref{wxFile}{wxfile}
-
\wxheading{Derived from}
No base class
wxTextFileType_Unix, // line is terminated with 'LF' = 0xA = 10 = '\n'
wxTextFileType_Dos, // 'CR' 'LF'
wxTextFileType_Mac // 'CR' = 0xD = 13 = '\r'
-}
+};
\end{verbatim}
+\wxheading{See also}
+
+\helpref{wxFile}{wxfile}
+
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxTextFile::wxTextFile}\label{wxtextfilectordef}
+
\constfunc{}{wxTextFile}{\void}
Default constructor, use Open(string) to initialize the object.