ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
1. Project and analysis
11. Internal components in practice
Internal components in practice...
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Functions for managing Image Editor controls and WDPic variables
The following functions are used to manage Image Editor controls and WDPic variables:...
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Shared information
The information entered when creating the files and the items is shared throughout the environment......
15. Creating the executable in practice
Creating the executable in practice...
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Error 303: ambiguous control name
Domo constants
List of constants used by the DomoXXX functions....
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
VisibleRange (Property)
The VisibleRange property is used to get and change the width of the Range Slider control track.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
14. Managing the "Back" button in practice