ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
FTPDate (Example)
Usage example of the FTPDate function
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Contains (Function)
Allows you to check if a substring is within a string.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
Manipulating a Layout control programmatically
A Layout control can be......
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
Generating the RAD pattern
To generate a RAD pattern:...
SysYRes (Function)
Returns the vertical screen resolution.
Keyword (Property)
The Keyword property is used to get and change a keyword.
httpRequest
The HTTPRequest keyword can correspond to...
FTPSize (Example)
Usage example of the FTPSize function
UUDecode (Function)
Decodes a character string in UUEncode format.
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.
SysXRes (Function)
Returns the horizontal screen resolution.
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
zipDeleteAll (Function)
Deletes all files from an archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......