ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Creating the menus for the pages of the WEBDEV RAD pattern
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
XMLSavePosition (Function)
Stores the current position in the XML document.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<Array>.Reduce (Function)
Applies a computation to each element of an array.
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
MongoCreate (Example)
Usage example of the MongoCreate function
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
How to perform a full file browse?
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
fDirExist (Function)
Checks the existence of a directory.
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
EndDate (Property)
The EndDate property is used to get and change the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......