ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
zipDeleteFile (Function)
Deletes a file from an archive.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
DDESend (Function)
Sends a data to the program connected via DDE.
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
zipExist (Function)
Used to find out whether an archive exists.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
HCloseConnection (Example)
Usage example of the HCloseConenction function
Size (Property)
The Size property is used to determine and change the size of an element.
ThreadCurrent (Function)
Returns the name of the thread currently run.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.