ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeView control functions
The following functions are used to manage TreeView controls:...
TimeLine control functions
The following functions are used to manage TimeLine controls:...
Tab control functions
The following functions are used to manage tabs......
FolderImageWidth (Property)
The FolderImageWidth property is used to get and change the folder image width in TreeView and TreeView Table controls.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
Table control functions
List of functions specific to Table controls...
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
Toolbar control functions
List of functions for managing Toolbar controls...
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
iCalendarToAppointment (Function)
Lists the appointments described in a character string in iCalendar format.
Multiline strings
To type character strings over several lines in the code editor...
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.