Difference between PAnsiChar and PChar

后端 未结 5 986
谎友^
谎友^ 2021-02-06 12:17

Is there a difference and what type of between PAnsiChar and PChar? (in Delphi previous 2007)

Thank you, in advance!

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-06 12:39

    PAnsiChar is pointer to non-unicode char (old string type), while PChar points to new style, unicode char.

提交回复
热议问题