ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintImage (Function)
Sends the image file to print to the print buffer.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
XMLModify (Function)
Modifies the content of the current element found in the XML document.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
MatDelete (Function)
Deletes an existing matrix.
I'm a Project Manager: How do I manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
MatNbLine (Function)
Returns the number of rows found in a matrix.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
zipOpen (Function)
Opens an existing archive.