ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
HInfoFileRights (Function)
Allows you to find out the rights granted to a user or to a group on an HFSQL Client/Server data file....
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
HStatDate (Function)
Returns the date of the last update for the index statistics.
Image (Property)
The Image property gets and sets the background image of a control or block.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
iPrintReport (External language)
Prints a report created with the report editor.
Sum (Function)
Calculates the sum of the array elements.
Compilation options (chm format)
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
MemAdd (Function)
Adds an element to a memory area.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
FinNetCurrentVal (Function)
Returns the net current value of investment.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
ArrayCopy (Function)
Copies the content of an array to another array.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......