BCB 源碼任務心得分享 - Delphi笔记 - Delphi_教程
BCB 源碼任務心得分享 (转自http://home.kimo.com.tw) 源碼任務心得分享 : 取得 TMemo 物件的游標位置 取得編輯游標(Edit Cursor)的目前座標 求 y 及 x 座標 int y = Memo1->CaretPos.y; int x = Memo1->CaretPos.x; 或 int y = SendMessage(Memo1->Handle ...
www.delphi2007.net |