ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. 3-Tier architecture
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
tapiDeviceList (Function)
Lists the TAPI 2.0 and TAPI 3.1 compatible devices installed on the current computer.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Using the Vista style in your windows
WINDEV allows you to customize......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Python: Native calls
WLanguage allows for native Python calls......