Determines if the specified Unicode string contains valid UTF-16 code points.
Source position: lazutf16.pas line 47
function IsUTF16StringValid( |
AStr: UnicodeString |
):Boolean; |
True if the specified Unicode string contains valid UTF-16 code points.
Examines the content in AStr for valid UTF-16 characters. Calls IsUTF16CharValid for consecutive code point pairs.
| Version 4.4 | Generated 2025-11-08 | Home |