一個API(10分)

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

pllink_qyd

Unregistered / Unconfirmed
GUEST, unregistred user!
請問:我在執行這個語句的時候:<br>var<br> &nbsp;Item: THandle;<br> &nbsp;Rect: TRect;<br>if (Item &lt;&gt; 0) and (GetClientRect(Item,Rect)) then<br>系統光標會停在後面個Item那裡。提示說:<br>[Error] Unit1.pas(65): Too many actual parameters<br>[Error] Unit1.pas(65): Operator not applicable to this operand type<br>這是什麼錯阿。。GetClientRect裡面的參數不就是2個嗎?怎麼說我多了阿?
 
按你这么写的话,调用的是TControl的GetClientRect方法,它是没有参数的,你写成Windows.GetClientRect(Item,Rect)就可调用这个API了
 
好的。。謝謝。解決了。。
 
后退
顶部