ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
API (Function)
Runs a function found in an external DLL.
WDTRAD options
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
Time (Type of variable)
The Time type is used to easily handle the times...
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
WINDEV 2024 Tutorial - Table of contents
WEBDEV 2024 Tutorial - Table of contents
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
MCI constants
List of constants used by the MCI functions....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
Handling a Web Component control through programming
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
CancelWebserviceContext (Function)
Deletes from the webservice context a variable added by DeclareWebserviceContext.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......