ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
EndDate (Property)
The EndDate property gets and sets the end date of a time period selected: in a Calendar control, in an Organizer control. in a Scheduler control....
XMLPath (Function)
Returns the current position in the document in XPATH format.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Note: This selection is located in the part being edited (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
Installing a Webservice (old format)
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.