[Overview][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |