1.Delphi中怎么区分鼠标的左键还是右键被按下了?
2.定义了一个按钮数组 button: array[1..10] of TButton;
    怎样让这几个按钮在Form1中显示出来,直接button[1].show是不能显示的?