W
wally
Unregistered / Unconfirmed
GUEST, unregistred user!
我自己在程序中写了一个函数
funtion test():boolean
程序中定义了一个Button
type
TForm1 = class(TForm)
Button1: TButton;
.....
.....
但是在test函数中不能访问这个button,不知道该怎么办!
越快越好!!
funtion test():boolean
程序中定义了一个Button
type
TForm1 = class(TForm)
Button1: TButton;
.....
.....
但是在test函数中不能访问这个button,不知道该怎么办!
越快越好!!