ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Obtaining an SSL certificate for IIS2 (2.0 or later)
Automation object
The Automation keyword is used to declare an automation object...
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
5. The following files are automatically created
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).
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
EncryptStandard (Example)
Usage example of the EncryptStandard function
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
2. Projects in practice
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min