Delphi幫助裡的虛擬鍵值表

2021-03-31 08:56:58 字數 1930 閱讀 2286

delphi幫助裡的虛擬鍵值表:

vk_right right arrow key

vk_down down arrow key

vk_select select key

vk_print print key (keyboard-specific)

vk_execute execute key

vk_snapshot print screen key

vk_insert insert key

vk_delete delete key

vk_help help key

vk_multiply multiply key (numeric keypad)

vk_add add key (numeric keypad)

vk_separator separator key (numeric keypad)

vk_subtract subtract key (numeric keypad)

vk_decimal decimal key (numeric keypad)

vk_divide divide key (numeric keypad)

vk_f1 f1 key

vk_f2 f2 key

vk_f3 f3 key

vk_f4 f4 key

vk_f5 f5 key

vk_f6 f6 key

vk_f7 f7 key

vk_f8 f8 key

vk_f9 f9 key

vk_f10 f10 key

vk_f11 f11 key

vk_f12 f12 key

vk_f13 f13 key

vk_f14 f14 key

vk_f15 f15 key

vk_f16 f16 key

vk_f17 f17 key

vk_f18 f18 key

vk_f19 f19 key

vk_f20 f20 key

vk_f21 f21 key

vk_f22 f22 key

vk_f23 f23 key

vk_f24 f24 key

vk_numlock num lock key

vk_scroll scroll lock key

vk_lshift left shift key (only used with getasynckeystate and getkeystate)

vk_rshift right shift key (only used with getasynckeystate and getkeystate)

vk_lcontrol left ctrl key (only used with getasynckeystate and getkeystate)

vk_rcontrol right ctrl key (only used with getasynckeystate and getkeystate)

vk_lmenu left alt key (only used with getasynckeystate and getkeystate)

vk_rmenu right alt key (only used with getasynckeystate and getkeystate)

vk_processkey process key

vk_attn attn key

vk_crsel crsel key

vk_exsel exsel key

vk_ereof erase eof key

vk_play play key

vk_zoom zoom key

vk_noname reserved for future use

vk_pa1 pa1 key

vk_oem_clear clear key

delphi 裡move函式的用法

我們能看到以下 var psource,pdest pchar len integer 一些 move psource,pdest,len 錯誤 move psource pdest len 正確 看起來確實好像是傳值,而不是傳地址,但是各位別忘了,這不是c,c 而是delphi object pa...

如何利用DirectX SDK裡的幫助文件進行學習

學習directx有一段時間了 走了不少彎路但同時也漸漸摸索出了比較好的學習方法 和大家分享 p 首先開啟幫助文件,一般建議在msdn內開啟而不是單獨開啟chm。你會看到有以下組成部分 directx software development kit directx graphics directx...

Delphi程式與Chm幫助關聯的簡單實現

chm格式的幫助是從 windows98 以後才出現的新的格式,與 hlp 格式相比,具有更簡單的編輯方式 更豐富的畫面。它是通過 chm製作工具對網頁檔案進行編譯得到的,所以理論上你可以把幫助檔案做的和網頁一樣漂亮。最簡單的製作方法 先用 fronpage 製作幫助檔案,然後用 html help...

IBM Power虛擬化對金融行業的幫助

隨著金融企業業務的不斷髮展,企業的it環境也在不斷進行演變,其中x86伺服器與小型機之間的爭奪歷來已久,如今在虛擬化上也開始一爭高下。畢竟虛擬化是雲端計算的基礎所在,通過虛擬化來實現應用整合是一重要應用模式。虛擬化技術可以在數量更少的伺服器上執行多種伺服器功能,如何通過虛擬化的方法節省運維及硬體開支...

Delphi裡去掉字串中空格的函式

trim 去掉字串左右兩邊的空格和控制符,它的使用語法如下 function trim const s string string trimleft 用於去除字串左邊的空格,它的使用方法如下 function trimleft const s string string trimright 用於去除...