ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

10. Customizing the aspect of a site: skin elements
WEBDEV: Improving accessibility
To make your WEBDEV websites accessible to visually impaired users, simply add specific attributes to controls......
4. Simple printing
WINDEV Tutorial: Managing data in a WINDEV application Lesson 4 - Simple printing - 20 min
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
FileView (Function)
Opens a file in the browser.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
redisConnection (Variable type)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
PDFReaderSeekPrevious (Function)
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
Configuring the browser "Back" button
The "Back" button allows users to see the history of pages they previously visited......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
SocketConfigure (Function)
Configures the use of Socket functions.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Selection (Property)
The property Selection property displays the characteristics of the selection (or cursor): in a Word Processing control. Note: This selection is located in the part being edited (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
NumericFormat (Variable type)
The NumericFormat type allows you to define all the characteristics of the format to be used with the NumToString function.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
iWindowCancel (Function)
Configures the print cancel window..
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......