ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
HInfoServer (Function)
Returns the specified information about the server.
HInfoGroup (Function)
Returns information about the specified group of users.
SelectedResource (Property)
The SelectedResource property returns the name of the resource that corresponds to the user's selection in a Scheduler control....
OrganizerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
SchedulerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in a Scheduler control.
<Organizer>.SelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
<Multimedia>.Height (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
<Multimedia>.Width (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
<Connection variable>.InfoGroup (Function)
Returns information about the specified group of users.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
How to develop a PHP site?
What is a PHP site?......
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
Image control in a window
This help page presents the characteristics of an Image control found in a window...
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
<Organizer>.Position (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....