ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Functions for managing menus (prefix syntax)
List of functions for managing menus...
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
17. WLanguage: a simple and powerful language
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
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....
Menu management functions
List of functions for managing menus...
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
<Source>.SetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
The home page
The home page is the first page of your site......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
End of break block
The End of break block is optional......
The Image control
The Image control is used to......