ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
StringInsert (Function)
Inserts a string into another character string at a given position.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
OpenMobileWindow (Function)
Opens a window in a mobile application.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
ToClipboard (Function)
Writes text or image information into the system clipboard.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
SocketRead (Function)
Retrieves a message sent by another socket.
Global and local variable
Two types of variables are available......