ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
XMLSign (Function)
Signs an XML document.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
10. Embedded queries
Controls in a window can be linked to a data file or existing query....
HModify (Example)
Usage example of the HModify function
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
BurnerAddFile (Function)
Adds a file to the compilation.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
LineHeight (Property)
The LineHeight property gets and sets the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
dCopy (Function)
Copies an image to another image.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......