ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Apply (Function)
Executes a procedure for each element of a WLanguage array.
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
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.
OpenChild (Example)
Usage example of the OpenChild function
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].
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
SocketConnect (Function)
Connects a client computer to a given socket.
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....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
14. Generation modes
Generation modes...
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.