的事件
的方法
设置SpeedButton的Down的属性
AllowAllUp属性 当有多个SpeedButton时 让有2个按钮都能处于按下状态 设置它的GroupIndex和别的按钮不一样
SpeedButton1.GroupIndex := 1;//只要不为0 Down就有效
SpeedButton1.Down :=True;
SpeedButton1.Down :=True;
2023-09-23 18:55:39
设置SpeedButton的Down的属性
AllowAllUp属性 当有多个SpeedButton时 让有2个按钮都能处于按下状态 设置它的GroupIndex和别的按钮不一样
下一篇:抽出SqlHelper