ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to find out whether a report was printed?
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Outstanding progress bars
Simple or symmetric progress bar?...
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
ErrorThrow (Function)
Throw a non-fatal error.
Events associated with a Layout control
Ad Hoc deployment
DocToText (Function)
Creates a character string from the data: found in a Word Processing control or in a Word Processing document. found in a paragraph of a Word Processing control....
7. HFSQL: files physically created
<Organizer>.ListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
<Scheduler>.ListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....
<Source>.Seek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
3. Deploying a WINDEV application
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
Compilation options
The compilation options allow you to define the help system generation settings......
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......