Declared in <XView.h>
Argument stream; this is the class which manages the static data from which views are constructed
Construction/Destruction
Parse parameters
XGArgStream::ReadBoolean
XGArgStream::ReadInteger
XGArgStream::ReadString
Construction/Destruction
Usage: void XGAppSingleWindow::Run(void)
Construct me.
Parse parameters
Usage: bool XGArgStream::ReadBoolean()
Read a boolean object. Returns true if any of the next two bytes are non-zero
Usage: long XGArgStream::ReadInteger()
Read an integer object
Usage: void XGArgStream::ReadString(char*str)
Read a (pascal format) string and convert it to C