| [Overview][Types][Classes][Procedures and functions][Variables][Index] | 
Determines whether the specified string contains only single-byte ASCII characters.
Source position: lazutf8.pas line 161
| function IsPureAscii( | 
| S: string | 
| ):Boolean; | 
| S | 
 | String with the characters examined in the method. | 
Returns True if all of the characters in S have a value less than $7F.
Used in the implementation of the TStringListUTF8Fast.InsertItem method.
Added in LazUtils version 3.2.
| 
 | Ensures that the UseLocale property is enabled when a new line with non-ASCII data is stored in the string list. | 
| Version 4.0 | Generated 2025-05-03 | Home |