ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
BreadcrumbModifyLink (Function)
Modifies a link in a Breadcrumb control.
TimePicker (Function)
Opens the system time picker.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
ExeRemoteRun (Function)
Starts running a remote program from the current application.
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
tapiStopCallDetection (Function)
Stops the specified call detection that was started by tapiListen.
iListPrinter (Function)
Returns the list of printers installed on the current computer.
SaaSAdminListSite (Function)
Lists the SaaS sites declared in the database of a WEBDEV SaaS Webservice.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
BTListService (Function)
Returns the list of services provided by a Bluetooth device.
Error 34: 'Break' is not allowed outside the loops
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
EditInsertToken (Function)
Inserts a token into a "Text token" Edit control.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
Component (Type of variable)
The Component type is used to easily handle an external component.
ChangeAction (Example)
Usage example of ChangeAction