ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating nested reports
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
zipChangePath (Example)
Usage example of the zipChangePath function
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
zipExtractFile (Example)
Usage example of the zipExtractFile function
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
fSize (Function)
Returns the size of a file (in bytes).
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
SchedulerListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
HChangeConnection (Example)
Usage example of the HChangeConnection function
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
ControlClone (Function)
Creates a new control from an existing control.
SQLConnect (Example)
Usage example of the SQLConnect function