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.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
MemExist (Function)
Checks the existence of a memory zone.
LDAPConnect (Function)
Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure.
13. External component in practice
External component in practice...
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
Conversion (Function)
Converts a value from a unit to another one.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
14. Managing the "Back" button in practice
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
WLanguage procedure called by fTrackDirectory
WLanguage procedure ("callback") called by fTrackDirectory when a change is made to the tracked directory.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.