ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONToVariant (Function)
Converts a JSON string to a Variant variable.
fFileName (Function)
Returns the name of an external file that is currently opened.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Constants for managing Map controls
Constants for managing Map controls...
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Automatic management of exceptions
The management of exceptions can be customized by process......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Customizing the User Groupware
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
EventCreate (Function)
Creates an event.
FTP constants
List of constants used by the FTP functions....
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......