ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
<Organizer>.SelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
Style (Property)
The Style property is used to retrieve and assign the entire style of a control (including the overrides).
OrganizerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
SchedulerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in a Scheduler control.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Properties associated with a supercontrol
List of properties associated with a supercontrol...
PopupAnimate (Function)
Displays a popup in a page cell.
ERR_NO_TABLE
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Error 404: The file for HFSQL browse cannot be an expression of this type
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
PageAddress (Function)
Used to find out the Internet address of a page.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Word Processing control events
WINDEV manages the following events by default......
Events associated with an infinite Progress Bar control
Events associated with a Dockable Panel control
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....