的属性

 的事件

 的方法

 

设置SpeedButton的Down的属性delphi SpeedButtonDown-LMLPHP     delphi SpeedButtonDown-LMLPHP

AllowAllUp属性 当有多个SpeedButton时 让有2个按钮都能处于按下状态 设置它的GroupIndex和别的按钮不一样

SpeedButton1.GroupIndex := 1;//只要不为0 Down就有效
SpeedButton1.Down :=True;
 
 

05-03 20:41