delphi的actionlist究竟怎么用的delphi的actionlist究竟怎么用的?怎样连接button后,所有button都不可按了,formcreate事件中加 TAction(ActionList1.Actions[1]).Enabled:=true;也没用[解决办法]Execute事件写上代码,空代码也行(加个注释)procedure TForm1.Action1Execute(Sender: TObject);begin //end;