ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL table or query.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
StringInsert (Function)
Inserts a string into another character string at a given position.
Connection (Variable type)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Creating the Relation pages of a WEBDEV RAD pattern
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
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....
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
New (Reserved word)
New is used to allocate memory space...