ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
StringInsert (Function)
Inserts a string into another character string at a given position.
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Drawing constants
List of constants used by the drawing functions....
Logical operators
The logical operators are as follows......
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
zipExtractPath (Function)
Returns the path of a file found in the archive.
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.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.