L
loutian
Unregistered / Unconfirmed
GUEST, unregistred user!
我从书上看到这个方法,可是我好象试不出来
with tbutton.create(self) do
begin
parent:=self;
name:='buttonprocess';
onclick:=button1click;
setbounds(10,10,width,height);
caption:='process';
我想主要问题出在定义类上,我该怎么定义类呢,请指教
with tbutton.create(self) do
begin
parent:=self;
name:='buttonprocess';
onclick:=button1click;
setbounds(10,10,width,height);
caption:='process';
我想主要问题出在定义类上,我该怎么定义类呢,请指教