ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to open a page?
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
2. Modes to install an application
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
24. Displaying and linking pages
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Using a query with parameters
A query with parameters can be used......
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.