LResources: deprecate TUtf8Parser class. It's not needed anymore.

This commit is contained in:
Bart 2023-11-15 16:42:03 +01:00
parent 048f337abe
commit 5b65498e19

View File

@ -401,7 +401,7 @@ type
property SourceLine: Integer read fSourceLine;
function SourceColumn: integer;
property Token: Char read fToken;
end;
end deprecated 'use Classes.TParser instead';
{ TCustomLazComponentQueue
A queue to stream components, used for multithreading or network.