ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: element types and number of elements.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
ExtractLine (Function)
Extracts a specific line from a character string.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable.
UTF8ToString (Function)
Converts a string in UTF8 format into an ANSI or Unicode string.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
StringToUTF8 (Function)
Converts an ANSI or Unicode string to UTF-8.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
Size (Property)
The Size property is used to determine and change the size of an element.
Error customization
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV website......
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
CurrentYear (Function)
Returns the current year in integer format.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.