|
||||||||||||||||||||||||||||||
Defines the "cursor" position in the Text string. It is from this position that the next call to the Next or Previous methods will search for a Token. |
||||||||||||||||||||||||||||||
Contains the rest of the Text string from the current Position to the end. |
||||||||||||||||||||||||||||||
Specifies the string to parse. Setting this property resets the parser. |
||||||||||||||||||||||||||||||
Returns the last string token found in the Text string by a call to the First, Next, Previous, or Last methods. A Token is defined by the text between the delimiter characters specified in the Delimiters |
||||||||||||||||||||||||||||||
Returns the number of tokens in the Text string. |