ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
SchedulerToiCalendar (Function)
Exports the appointments from a Scheduler control in iCalendar format.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
MapGetStyle (Function)
Returns the style used by the map displayed in the Map control.
LooperCollapseExpand (Function)
On a given row of a Looper control: collapses a break (if it is expanded), expands a break (if it is collapsed)....
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Bitwise operators
The operations on binary values are performed......
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
NetworkDirName (Function)
Identifies the shared directory associated with a network drive.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
PageAddress (Function)
Used to find out the Internet address of a page.
BTDisableService (Function)
Disables a service on a Bluetooth device.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
BTEnableService (Function)
Enables a service provided by a Bluetooth device.
OBEXDisconnect (Function)
Used to disconnect from a device that supports the OBEX protocol.
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
WLanguage procedure called by zipAddFile
WLanguage procedure ("Callback") used by zipAddFile to manage the progress of files being added to the archive.
ScanGet (Function)
Retrieves the characteristics of a scanner in a variable of type Scanner.
docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
InAndroidMode (Example)
Usage example of the InAndroidMode function