Icon Initialize Method

procedure Initialize(const TextToParse: String; FullNumbers:
      Boolean=True; APropertyNameType: Char=tkString)

Available In: Client and Server Applications

Use this method to initialize the parser with a string containing the text that is to be parsed. This method will automatically "seed" the parser by calling the NextToken method.
Image