目前分類:難以歸類的API (4)
- Nov 06 Wed 2019 22:07
Delphi 取得當前時間(微秒)
- Aug 22 Thu 2019 23:58
高DPI解法 所有程式語言適用
- Jun 09 Fri 2017 08:58
Delphi 呼叫Windows Api繁簡轉換
來源網址 http://delphi.ktop.com.tw/board.php?cid=30&fid=69&tid=104986
function chs2cht(CnStr: string): string; //簡轉繁
- Jun 13 Sat 2015 15:58
設定EDIT 編輯框 只能輸入數字
setwindowlong(edit.handle,GWL_STYLE,getwindowlong(edit.handle,gwl_style) or es_number);
後來才知道Delphi有個 TSpinEdit 這個元件 只能輸入數字