ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
CursorDisplay (Function)
Displays or hides the mouse cursor.
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.
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.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
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.
ToolbarDock (Function)
Docks a Toolbar control to a window or changes the anchoring position of a docked Toolbar control.
LooperModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
Sharing elements with a WINDEV application
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
StatVarianceP (Function)
Calculates the variance for a full series of values.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
DateToInteger (Function)
Converts a date to an integer.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HSetREP (Function)
Enables or disables the management of .REP file.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
SaaSAdminAddSite (Function)
Adds a SaaS site.
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.