[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Deprecated. Constructor for the class instance.
Source position: lresources.pp line 385
public constructor TUTF8Parser.Create( |
Stream: TStream |
); |
Stream |
|
Stream with the values parser in the class. |
Create is the constructor for the class instance.
Create allocates a 4K buffer used to store the values read from Stream. The buffer is examined in the methods for the class. It initializes internal members used in the parser implementation to their default values. The internal buffer is loaded with the first 4K block of values in Stream, and the NextToken method is called to position the parser on the first token in the buffered values.
Deprecated in LCL version 3.0. Use Classes.TParser instead.
Version 4.0 | Generated 2025-05-03 | Home |