ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
MenuInsertSeparator (Function)
Inserts a separator into a menu.
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Typecasting of parameters
The description of the parameter type is optional......
DocUpdateFormula (Function)
Updates the formulas in a document.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
MapGetJSObject (Function)
Returns the instance of the API of Map control.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
DocUpdateTableOfContents (Function)
Updates the table of the contents of a document.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Programming automatic calculations in the columns of a Table control
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.