ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Mode (Function)
Changes the mode and the method for locking data files.
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Organization chart linked to a data file
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
Environment of the project editor
The main elements of the project editor are as follows:
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
<Kanban>.Count (Function)
Returns the number of cards or lists in a Kanban control.
Creating links
Links help users navigate the help system......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......