ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Installing and starting WDTRAD
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
7. Multilingual applications in practice
7. Multilingual sites in practice
<Table>.Display (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....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
How to perform a full file browse?
2. Static or dynamic site
WDDIXIO overview
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
<Spreadsheet>.SavePositionAndSelection (Function)
Saves: the scrollbar position in a Spreadsheet control for the current worksheet, the current worksheet in the Spreadsheet control, the selected elements in the Spreadsheet control for the current worksheet....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.