ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
zipExtractPath (Function)
Returns the path of a file found in the archive.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
Creating a translation file
WDINT allows you to create a translation file....
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Multimedia control properties
List of properties associated with the Multimedia control...
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
19. Sending emails
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Properties associated with reports and controls
List of properties associated with the reports and their controls...
Time management
For each element (windows, reports, ......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
REP files
REP files contain the list of data files handled by the application....