ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
zipOpen (Example)
Usage example of the zipOpen function
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
FTPCommand (Function)
Sends a specific FTP command to a server.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Socket management functions
List of functions for managing sockets...
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SocketClose (Function)
Closes a socket or the connection to a server socket.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property