ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Projects in practice
HOpenConnection (Example)
Usage example of the HOpenConnection function
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
.NET application
To create a.NET application from a project......
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
2. Projects in practice
Discover the main operations that can be performed on a project....
HChangeConnection (Example)
Usage example of the HChangeConnection function
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property is used to get and change the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
Various constants
List of various constants used by the constants WINDEV functions....
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
InfoBuild (Function)
Displays a custom message in a system information window.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
SQLConnect (Example)
Usage example of the SQLConnect function