從前筆者曾經對以下的程式產生過疑惑:{$J+}procedure TForm1.Button1Click(Sender: TObject);const VarConst: integer = 4;begin VarConst := 5; ShowMessage(IntToStr(VarConst)) Read More
posted @ 2014-04-07 23:47 findumars Views(1356) Comments(0) Diggs(0)
-------------------------- 显示隐藏刷新 --------------------------TControl = class(TComponent)procedure Show; 调用 Parent.ShowControl(Self);procedure Refresh;... Read More
posted @ 2014-04-07 17:46 findumars Views(1183) Comments(0) Diggs(0)