像:
var P:PChar;
  P:=';sadfjs;fd';
P大部分时候可以当成String类型用,而当要进行转化时可以这样:
  String(P); //String类型
  PChar(String(P));//PChar类型