TBuffer class
function NextChar: TBuffChar; {$ifdef UseInline} inline; {$endif}
The NextChar method returns the next unicode character.
One or more bytes might be consumed while retrieving the next unicode character. The Position is advanced accordingly.