Updated wxArrayString documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-07-03 22:01:56 +00:00
parent ba8c160144
commit d4c92f55d4

View File

@ -228,7 +228,9 @@ an attempt to remove an element which does not exist in debug build.
See also: \helpref{Index}{wxarraystringindex}
\func{void}{Remove}{\param{size\_t }{nIndex}, \param{size\_t }{count = $1$}}
\membersection{wxArrayString::RemoveAt}\label{wxarraystringremoveat}
\func{void}{RemoveAt}{\param{size\_t }{nIndex}, \param{size\_t }{count = $1$}}
Removes {\it count} items starting at position {\it nIndex} from the array.