Search Results

1
vote

Is there a way to see if a character is using 1 or 2 bytes in Delphi 2009?

You can use StringElementSize function to find out if a string is Unicode or ANSI. To check if a character is ANSI, use TCharacter.IsAnsi class function in Chara …