P
pllink_qyd
Unregistered / Unconfirmed
GUEST, unregistred user!
請問:我在執行這個語句的時候:<br>var<br> Item: THandle;<br> Rect: TRect;<br>if (Item <> 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個嗎?怎麼說我多了阿?