ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Source Code Manager (SCM)
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Complete (Function)
Returns a character string of a specified length.
Multimedia control properties
List of properties associated with the Multimedia control...
Bitwise operators
The operations on binary values are performed......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
fSize (Function)
Returns the size of a file (in bytes).
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.