ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
HExtractMemo (Example)
Usage example of the HExtractMemo function
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
<Array>.Sort (Function)
Sorts a WLanguage array.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Character strings
WLanguage supports different types of strings....
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
zipOpen (Example)
Usage example of the zipOpen function
ArrayDistinct (Function)
Returns an array without duplicates.
zipDeleteFile (Function)
Deletes a file from an archive.
HDescribeItem (Function)
Describes a file item through programming.
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.).
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
Color (Property)
The Color property is used to get and change the color of an element.
LDAPFind (Function)
Performs a search in an LDAP server.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
TreeView constants
List of constants used by the TreeXXX functions...
fImageSelect (Example)
Usage example of the fImageSelect function