ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating requirements
The following steps must be performed to implement the requirements......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Custom properties (WLanguage)
A custom property is a code element with two events......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<Date type>.ToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Date type>.ToInteger (Function)
Converts a date to an integer.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
<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>.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.
<String type>.EndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
<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.