ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Unalterable (Property)
The property Unalterable property is used to set the inalterability of a table: the table cannot be modified; only additions can be made.
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property gets and sets the maximum height of a thumbnail of an Image item (binary memo).
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
Android permission functions
The following functions are used to manage permissions in Android applications...
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
<pdfDocument variable>.VerifySignatures (Function)
Checks the validity of PDF signatures. Note: This function is only available from version 2025 Update 1....
<hdfsConnection variable>.CopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
<mongoCollection variable>.Add (Function)
Adds one or more documents into a collection of MongoDB database.
<Notification variable>.Send (Function)
Sends an interactive notification to the system in order to be displayed.
<Map>.GetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
Secret string vault
Passwords, private keys and tokens are often used in programming......
<hdfsConnection variable>.CopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
WLanguageCodeFormat (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation, etc.
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).