ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
dbgEnableLog (Function)
Enables the runtime log programmatically.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
fRename (Function)
Modifies the name of a file.
Position (Function)
Finds the position of a specified string within another string.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
fUncompress (Function)
Decompresses a file that was compressed by fCompress.