ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Running a procedure that may return a result Hide the details
Return value of procedure called. This value is identical to the value obtained if the procedure is run directly.
Name of WLanguage procedure to run. This procedure returns a result.
First optional parameter that will be passed to the procedure. These parameters are always passed by value.
Nth optional parameter that will be passed to the procedure. These parameters are always passed by value.
Running the process of a control (syntax kept for backward compatibility) Hide the details
Name of control associated with the process to run.
Process to run:ClickClick code of control (or menu option)ExitExit code of controlEntryEntry code of controlInitializationInitialization code of controlPreviousCode used to read the previous record (browsing table in programmed browse only)NextCode used to read the next record (browsing table in programmed browse only)DisplayCode used to display a row (table only) RExitCode used to exit from a table rowREntryCode used to enter in a table rowENDCode used to read the last record (table only)ModifyWhenever Modified code of controlDBLCode for double-clicking a treeview elementCLDCode for right-clicking a treeview elementCLIClick (OnClick) (browser code) This constant is not available.KDNKey down (OnKeyDown) (browser code) This constant is not available.KPRKey pressed and released (OnKeyPressed) (browser code) This constant is not available.KUPKey up (OnKeyUp) (browser code) This constant is not available.MDNMouse button down (OnMouseDown) (browser code) This constant is not available.MMVMouse moves over the control (OnMouseMove) (browser code) This constant is not available.MOUMouse exits from the control (OnMouseOut) (browser code) This constant is not available.MOVMouse enters in the control (OnMouseOver) (browser code) This constant is not available.MUPMouse button up (OnMouseUp) (browser code) This constant is not available.BLULoss of focus (OnBlur) (browser code) This constant is not available.CHGModification (OnChange) (browser code) This constant is not available.FOCGain of focus (OnFocus) (browser code) This constant is not available.SELSelected text (OnSelect) (browser code) This constant is not available.HLPF1 key (OnHelp) (browser code) This constant is not available.
Running the process of a window (syntax kept for backward compatibility) Hide the details
Name of the window whose process must be run. If this name is not specified, the process of current window is run.
Process to run:INFOpening the windowFEFClosing the windowPRFThe window takes focusPEFThe window loses focusMODResizing the window
Running the process of a control or procedure belonging to a window (or to a page) other than the current window (or page)
String passed in parameter to Execute
The arrays
Opening process of window/page
Calling a global component procedure
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: