ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.