ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sEndEvent (Function)
Disables the detection of an event on a serial port.
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
SOAPRun (Function)
Runs a procedure on a SOAP server.
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
The "Find - Replace" pane
The "Find - Replace" pane is used to......
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Error 530: The -- operator is not allowed
Code editor: Display options
The code editor proposes several display options......
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Programming an indexed control
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
Setup directory
The setup wizard allows you to configure the setup directory of application....
EmailGetAll (Function)
Retrieves all the emails found on a server.
Creating a Java archive
When your Java application is developed, you can......
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
CertificateList (Function)
Returns the list of certificates available on the computer.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The Preset control
The "Preset" control is used to display the frequently used controls without programming......