ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
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 UTF-8 string to ANSI or UNICODE.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
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....
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
LanguageToCharset (Function)
Returns the character set corresponding to a language.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
dbgInfo (Function)
Returns a debug information.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
StringInsert (Function)
Inserts a string into another character string at a given position.