ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DDEDisconnect (Function)
Deletes a connection between the current program and a recipient.
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
gpwInitAnalysis (Function)
Initialize the analysis of user groupware.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
DDEString (Function)
Returns the information retrieved by DDERetrieve.
EndProgram (Function)
Ends the execution of the current program.
DDEConnect (Function)
Establishes a DDE connection between the current program and the recipient according to a given topic.
CursorDisplay (Function)
Displays or hides the mouse cursor.
Random (Function)
Returns a random number.
DDERecipient (Function)
Identifies the recipient of a DDE connection.
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
DDESend (Function)
Sends a data to the program connected via DDE.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
fSize (Function)
Returns the size of a file (in bytes).
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
fImageSelect (Function)
Opens the image picker of Windows.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
DDEExecute (Function)
Sends a command that will be run on the server.