请教两个语句,比较基础的问题,请高手指教(30分)

  • 主题发起人 主题发起人 panchenglin
  • 开始时间 开始时间
P

panchenglin

Unregistered / Unconfirmed
GUEST, unregistred user!
请教两个语句 &nbsp; <br>&nbsp; &nbsp; <br>&nbsp; 下面的语句有什么作用 &nbsp; <br>&nbsp; &nbsp; <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Application.Restore; &nbsp; <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Application.BringToFront;
 
// Use Restore to restore the application to its previous size before it was minimized.<br>&nbsp; &nbsp; // When the user restores the application to normal size, Restore is automatically called.<br>&nbsp; &nbsp; Application.Restore;
 
// Use BringToFront to find the window owned by the MainForm that was last active and bring it to the foreground.<br>&nbsp; &nbsp; // BringToFront also tests to see if the window is visible and enabled before making it the topmost window.<br>&nbsp; &nbsp; Application.BringToFront;
 
该问题已经解决。<br>不少问题可以在delphi自带的帮助中解决。
 
自我解决是个好习惯,我入来骗分的。[:D][:D]
 
骗分是个好习惯。我入来骗分的。
 
我也来看看,呵呵。
 
谁有较好的中文解释,就给谁分
 
谢谢大家的关注,给分了.
 
后退
顶部