的属性
的事件
的方法
设置SpeedButton的Down的属性
AllowAllUp属性 当有多个SpeedButton时 让有2个按钮都能处于按下状态 设置它的GroupIndex和别的按钮不一样
SpeedButton1.GroupIndex := 1;//只要不为0 Down就有效
SpeedButton1.Down :=True;
delphi SpeedButtonDown
时间: 2024-11-07 08:46:46
的属性
的事件
的方法
设置SpeedButton的Down的属性
AllowAllUp属性 当有多个SpeedButton时 让有2个按钮都能处于按下状态 设置它的GroupIndex和别的按钮不一样
SpeedButton1.GroupIndex := 1;//只要不为0 Down就有效
SpeedButton1.Down :=True;
delphi SpeedButtonDown