ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatDelete (Function)
Deletes an existing matrix.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
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.).
MatCopy (Function)
Creates the copy of a matrix.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HExecuteProcedure (Function)
Runs a stored procedure.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Warning (Function)
Displays a custom message in a system warning window.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
FTPCommand (Function)
Sends a specific FTP command to a server.
LanguageToName (Function)
Returns the name of a language.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
TreeListItem (Example)
Usage example of the TreeListItem function