ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OpenDocument (Function)
Opens a document in a new (modeless) window using the appropriate WINDEV editor (word processor, spreadsheet, PDF reader or image editor).
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
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....
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
4. Multiple generation
Project configurations allow you to easily define the "target" platforms of the project....
End of Document block
The End of document block is run once at the end of the report execution......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Line (Property)
The Line property is used to define the line style used.
Camera control in a mobile application
The Camera control is used to......
Native MariaDB Connector - License Agreement
Native PostgreSQL Connector - License Agreement
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Types of Edit controls
OrganizerInfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
InternalReportName (Property)
The InternalReportName property is used to: Find out the name of the report printed in an "Internal Report" control. Change the report printed in an "Internal Report" control....
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Error 23: No END statement is associated with this WHILE
Error 22: No END statement is associated with this FOR