ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Creating the executable and the setup program
The languages supported by the application are taken into account......
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Android Widget windows
An Android application can contain one or more Widget windows......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Type (Property)
The Type property is used to get and change the type of an element.