ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
ArrayMove (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.)....
HSendMessageToClient (Function)
Displays a message on the client computers.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
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....
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
mlResetWorkSpace (Function)
Deletes all the variables from the MATLAB session.
mlDeleteVariable (Function)
Deletes a variable from the MATLAB session.
HInfoView (Function)
Returns information about a materialized view.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
EventChange (Function)
Modifies the status of an event.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
gpwMode (Function)
Returns the runtime mode of the User Groupware.
mlSaveWorkspace (Function)
Saves the session workspace in a MATLAB file.
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
mlListVariable (Function)
Lists the variables found in the MATLAB session.
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
grSunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......