ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<String type>.EndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
<fbSession variable>.Stop (Function)
Stops the Facebook session that was started by FBStartSession.
SOAP functions (prefix syntax)
List of SOAP functions...
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
<String type>.CharactTypeCount (Function)
Returns the number of characters matching a given type.
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
<String type>.Insert (Function)
Inserts a string into another character string at a given position.
<String type>.Reverse (Function)
Reverses the characters of a string.
<String type>.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....
<String type>.Format (Function)
Formats a character string according to the selected options.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Dialog box management functions
List of functions for managing dialog boxes...
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......