ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorDisplay (Function)
Displays or hides the mouse cursor.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
USBFind (Function)
Finds a USB device according to keywords.
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Emulating constants
List of constants used by the functions for emulating automated tests....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
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)....
fUncompress (Function)
Decompresses a file that was compressed by fCompress.