ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Open (External language)
Opens a window.
Multilingual project
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Secret string vault
Passwords, private keys and tokens are often used in programming......
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Project description: Options tab
The project description window allows you to configure various elements of your project......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
WDInst: include an autorun in a CD installation
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
pdfSignature (Variable type)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
Reusing code with external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
HTMLToRGB (Function)
Converts the HTML color into RGB color.
JSONValid (Function)
Checks the validity of a JSON string.