ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Open (External language)
Opens a window.
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
PDFToText (Function)
Extract the text contained in an Document PDF.
Code editor: Display options
The code editor proposes several display options......
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Assisted universal replication: specific features
5. User Groupware in practice
Break in a report
The break is used to group the records corresponding to a sort criterion......
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
SOAPRun (Function)
Runs a procedure on a SOAP server.
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.