[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Deprecated. Destructor for the class instance.
Source position: lresources.pp line 386
public destructor TUTF8Parser.Destroy; override; |
Destroy is the overridden destructor for the class instance. It moves the stream to the position returned from SourcePos (the position for the last processed value in the internal buffer). Destroy free the memory allocated for the internal buffer in the class instance.
Deprecated in LCL version 3.0. Use Classes.TParser instead.
Version 4.0 | Generated 2025-05-03 | Home |