ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
State (Property)
The State property is used to get and change the state of an element.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
ServiceInfo (Function)
Returns information regarding the configuration of a service.
PostMessage (Function)
Sends a Windows message to a control or to a window.
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Debugging constants
List of constants used by the debugging functions...
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
SendMessage (Function)
Sends a Windows message to a control or to a window.
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....