FormExecuteAction |
Top Previous Next |
Prototype
BoolExecuted:=FormExecuteAction(intFormHandle,strActionName)
Description
Executes menu command of the windows insert as parameter.
Parameters
intFormHandle: integer number corresponding to the window handle.
StrActionName:string corresponding to the command to execute.
Returned value
BoolExecuted: Boolean value. True : the command exist and was executed.
Notes
If intFormHandle is 0 the function processes the application mail window.
|