ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You can use Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
.NET object
To access a class......
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
DDEString (Function)
Returns the information retrieved by DDERetrieve.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
5. Which type of server to choose?
WINDEV and the SOAP protocol
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
Creating the Form pages of a WEBDEV RAD pattern
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......