S suncheng_hong Unregistered / Unconfirmed GUEST, unregistred user! 2005-10-11 #1 如题.小弟初学DELPHI,突发奇想.但不会实现.<br>不知道D7里有没有RECLICK事件?
S suncheng_hong Unregistered / Unconfirmed GUEST, unregistred user! 2005-10-11 #2 如题.小弟初学DELPHI,突发奇想.但不会实现.<br>不知道D7里有没有RECLICK事件?
S stlxv Unregistered / Unconfirmed GUEST, unregistred user! 2005-10-11 #3 没有,但有onclick事件<br><br>const BtnHeight=原来按钮的高度;<br><br>procedure ........click(Sender:TObject);<br>begin<br>if 那个按钮.height=BtnHeight then 那个按钮.height:=那个按钮.height*2<br> else 那个按钮.height:=BtnHeight;<br>end;
没有,但有onclick事件<br><br>const BtnHeight=原来按钮的高度;<br><br>procedure ........click(Sender:TObject);<br>begin<br>if 那个按钮.height=BtnHeight then 那个按钮.height:=那个按钮.height*2<br> else 那个按钮.height:=BtnHeight;<br>end;