ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iFont (Function)
Selects the default font.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
HExecuteProcedure (Function)
Runs a stored procedure.
SQLExec (Function)
Names and runs an SQL query.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
LanguageToName (Function)
Returns the name of a language.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
FTPCommand (Function)
Sends a specific FTP command to a server.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.