RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THotKey Class

THotKey is a wrapper for a Windows Common Control hot key.

Pascal
THotKey = class(TCustomHotKey);
C++
class THotKey : public TCustomHotKey;

ComCtrls

THotKey implements the generic behavior introduced in TCustomHotKey. THotKey publishes many of the properties inherited from TCustomHotKey, but does not introduce any new behavior. 

Use THotKey to create key combinations that can be used as a shortcut. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!