RAD Studio VCL Reference
|
THotKey is a wrapper for a Windows Common Control hot key.
THotKey = class(TCustomHotKey);
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!
|