ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CapitalizeEachWord (Function)
Capitalizes each word in a specified string.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
gpwUser (Variable type)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iLine (Function)
Prints a line at specified coordinates.
MatNbLine (Function)
Returns the number of rows found in a matrix.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.