ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
New products brochure 28: WINDEV new products
New features in WINDEV 28 presented in the New Features brochure.
Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy...
General environment of WINDEV
Initializes the different SQL variables with information relative to the last query run.
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Environment of the project editor
The main elements of the project editor are as follows:
(No title )
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes...
3-tier architecture
The development in "3-tier" architecture is now simplified......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Using the Vista style in your windows
WINDEV allows you to customize......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
HDescribeFile (Function)
Describes a data file programmatically.
iPrintDoc (Function)
Prints a document in "docx" format.
KeyExpression (Example)
Usage example of the KeyExpression property
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
WayPoint (Property)
The WayPoint property allows you to handle the waypoints of a connector.
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed...
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one...
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
Subject (Property)
The Subject property is used to get and change the subject of an element.
InitialValue (Property)
The InitialValue property is used to get and/or change an initial value....
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
SQLModify (Example)
Usage example of the SQLModify function
HIndex (Example)
Usage example of the HIndex function