Version: |
1.2 (updated version 5.0). |
Description: |
Verifies whether a script has been assigned to a key sequence. |
Declaration: |
|
C/C++ |
extern "C" vbool WINAPI VCIsScriptAssigned(short iShift, short iKey); |
Delphi |
function VCIsScriptAssigned(iShift: Smallint; iKey: Smallint):Wordbool; stdcall; |
ActiveX/COM |
Function IsScriptAssigned(ByVal iShift As Integer, ByVal iKey As Integer) As Integer |
Parameters: |
iShift - determines the state
of the modifier keys. |
Notes: |
When assigning scripts it is often necessary to determine if a script has already been assigned to a key sequence. VCIsScriptAssigned determines this, letting the application determine whether to edit the existing script or overwrite it. |
See Also: |