Version: |
1.2 (parameters updated in 5.0) |
Description: |
Once it has been determined using VCIsScriptAssigned if a script has been assigned to a key sequence, VCGetFunkeyCmdString will retrieve that string, allowing the application to append or edit the string and reassign it to the same key or an unused one using VCSetFunkeyCmdString. |
Declaration: |
|
C/C++ |
extern "C" short WINAPI VCGetFunkeyCmdString(char*
szCmd, short iShift, short nVKey); |
Delphi |
function VCGetFunkeyCmdString(szCmd: PAnsiChar; iShift: Smallint;
nVKey Smallint):Smallint; stdcall; |
ActiveX/COM |
Function GetFunkeyCmdString(ByVal iShift As Integer, ByVal nVKey As Integer) As String |
Parameters: |
szCmd - set by the procedure to be the script text. |
Notes: |
|
See Also: |
VCGetFunkeyCmdStringByName, VCSetFunkeyCmdStringByName, VCGetCmdString, VCIsScriptAssigned, VCMacro |