ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Execute (Function)
Starts the execution of a process through programming.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
JSONValid (Function)
Checks the validity of a JSON string.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
EmailCheckAddress (Function)
Checks the validity of an email address.
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
HNext (Function)
Sets the position on the next data file record according to a browse item.
ActionRedo (Function)
Runs the last action canceled.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
HMigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
HSubstDir (Example)
Usage example of the HSubstDir function
FolderData (Function)
FolderData is kept for backward compatibility.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
CreateShortcut (Example)
Usage example of the CreateShortcut function