新手问题:如何把动态数组设为全局变量?
求助:<BR> 如何把动态数组设为全局变量?麻烦告诉我TYPE 。。。array。。。及var。。。array。。。分别放在什么位置(设为全局变量)。<BR> 先谢了! <P>type<BR> TForm1 = class(TForm)<BR> Button1: TButton;<BR> procedure Button1Click(Sender: TObject);<BR> private<BR> { Private declarations }<BR> public<BR> { Public declarations }<BR> end;</P><P>var<BR> Form1: TForm1;<BR> aTestArray: array of Char;<BR>看本版的FAQ介绍的书</P> <P>对了。谢谢<BR></P> FAQ介绍的书我也下载了。非常感谢! 2楼
页:
[1]
