ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotesItem (Example)
Usage example of the NotesItem function
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Properties of a help page
The characteristics of a help page are used to define......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
HReadLast (Example)
Usage example of the HReadLast function
WINDEV and OPC
OPC stands for "OLE for Process Control"......
HOut (Example)
Usage example of the HOut function
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.