CachedTexts icon indicating copy to clipboard operation
CachedTexts copied to clipboard

The fastest parsing and generation of text data (Delphi6-XE10)

Results 1 CachedTexts issues
Sort by recently updated
recently updated
newest added

In BCB64 Rio this code: String tmpStr; while(!UTF16TextReader.Eof) UTF16TextReader.Readln(tmpStr); Works as infinite loop (UTF16TextReader.Eof is always false). In BCB32, Delphi32, Delphi64 its works as expected.