ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
<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...
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
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....
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.
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
<Map>.GetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
Secret string vault
Passwords, private keys and tokens are often used in programming......
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.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
CmdIsRunning (Function)
Indicates whether the executable associated with a command is currently running. Note: This function is only available from version 2025 Update 1....
CmdKill (Function)
Forces the termination of a running executable associated with a command. Note: This function is only available from version 2025 Update 1....
CmdAddOption (Function)
Adds an option to the command to be executed in console mode.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.