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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!