varszTip: array [0..127] of AnsiChar;str : String;beginstr:=fm.Name;szTip := str;//这个编译不通过,应该如何end;
通过字符串函数,把字符串转换为数组。