ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
XMLParent (Example)
Usage example of the XMLParent function
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
iBorder (Example)
Usage example of the iBorder function
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
FirstDayOfMonth (Function)
Returns the first day of the month.
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HReadSeek (Example)
Usage example of the HReadSeek function
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
fFileName (Function)
Returns the name of an external file that is currently opened.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
FTPGet (Example)
Usage example of the FTPGet function
Error (Function)
Displays a custom error message in a system error window.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
HForward (Example)
Usage example of the HForward function