ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
9. Sharing a project in practice
Sharing a project in practice...
BurnerPath (Function)
Returns the path of the current burner.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Different types of data (Type of variable)
A variable is defined by name and type......
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
HChangeName (Function)
Modifies the physical name of a data file.
Test of a query
The query editor allows you to run the test of query result......
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Seek (Function)
Searches for the index of an element in a WLanguage array.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
MatExist (Function)
Checks the whether the matrix exists in memory.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).