ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fRemoveDir (Example)
Usage example of the fRemoveDir function
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Port (Property)
The Port property is used to identify and change a server connection port.
BackgroundTaskAdd (Function)
Adds a new background task.
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
Logical operators
The logical operators are as follows......
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
JSONValid (Function)
Checks the validity of a JSON string.
Password (Property)
The Password property sets and changes the password.
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
PageAddress (Function)
Used to find out the Internet address of a page.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
gpwAddUser (Function)
Adds a user to the User Groupware database.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
fListFile (Example)
Usage example of the fListFile function