ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
LooperInsertLine (Function)
Inserts a row into a Looper control.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
EndProgram (Function)
Ends the execution of the current program.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.