ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Configuring the IIS 7/7.5 server
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
WEBDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
Report controls
Several types of controls can be handled in a report created by the report editor......
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
GetDefinition (Function)
Retrieves the definition of element type.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
docStyle (Variable type)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
DotNetDelegate (Function)
Initializes a.NET delegate.
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.