ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Copying controls from the page editor
The controls can be copied from the page editor......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Merging differences (SCM)
Operations performed on sequence diagrams
The following paragraphs explain......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Body Complement block
The Body complement block is linked to the Body block......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Copying controls from the window editor
The controls can be copied from the window editor......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).