ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
8. Sharing a project in practice
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Events associated with Button controls
List of events associated with Button controls...
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min