ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Open (External language)
Opens a window.
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....
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.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Multilingual project
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
JSONValid (Function)
Checks the validity of a JSON string.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
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....
HJSONToRecord (Function)
Imports JSON data into the current record.
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
The "Code hashtags" pane
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
zipSelectFile (Function)
Selects files from an archive.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Different types of data (Type of variable)
A variable is defined by name and type......