ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Creating a query
Two methods can be used to create a query......
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Assisted universal replication: specific features
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
zipExtractPath (Function)
Returns the path of a file found in the archive.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......