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

(cherry picked from commit 5b65498e19)
This commit is contained in:
Bart 2023-11-15 16:42:03 +01:00 committed by Maxim Ganetsky
parent 56d3bf0395
commit a9950fe389

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.