程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> C++ >> 關於C++ >> THotKey

THotKey

編輯:關於C++

THotKey是一個Windows Common Control熱鍵的包。

類關系:TObject->TPersistent->TComponent->TControl->TWinControl->TCustomHotKey

對象THotKey中實現了在tCustomHotKey類中介紹的一般方法。對象 THotKey公開了許多從TCustomHotKey類中繼承來的屬性。當沒有定義任何其他的新特性時,使用THotKey對旬可以建立一個組合熱鍵。

方法列表

~THotKey   釋放與THotKey對象有關的內存。

~THotKey   創建一個新的THotKey對象

THotKey::~THotKey

__fastcall virtual ~THotKey(void){ }

釋放與THotKey對象有關的內存。

不要直接調用~THotKey。用delete會自動調用~THotKey。

THotKey::THotKey

__fastcall virtual THotKey(classes::TComponent* AOwner): Comctrls:TCustomHotKey(AOwner){ }

__fastcall THotKey(HWND ParentWindow):Comctrls::TCustomHotKey(ParentWindow){ }

創建一個新的THotKey對象。

用new間接調用THotKey。把一個組件作為參數傳遞為THotKey語法。把一個窗口句柄作為參數傳遞可把THotKey嵌入非VCL窗口。該語法在控制作為嵌入非VCL窗口的ActiveX控制實現時使用。

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved