Is there a difference and what type of between PAnsiChar and PChar? (in Delphi previous 2007)
Thank you, in advance!
PAnsiChar is pointer to non-unicode char (old string type), while PChar points to new style, unicode char.