ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Source>.Cross (Function)
Crosses a record in a data file.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Connection variable>.AddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
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....
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
MatExist (Function)
Checks the whether the matrix exists in memory.
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
grDeleteSeries (Function)
Deletes a data series from a chart.
grAddData (Function)
Adds a data into a chart.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....