ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
SQLChangeConnection (Function)
Modifies the current connection.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
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.
XMLFind (Function)
Performs a search in an XML document.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
ArrayDistinct (Function)
Returns an array without duplicates.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
HClose (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
ArrayCopy (Function)
Copies the content of an array to another array.
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.