ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
SysYRes (Function)
Returns the vertical screen resolution.
dCopyImage (Example)
Usage example of the dCopyImage function
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....
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....
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
SysXRes (Function)
Returns the horizontal screen resolution.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....