Destructor for the class instance.
Source position: lresources.pp line 380
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.