ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

mongoOperationUpdateAll (Variable type)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
Word Processing control events
WINDEV manages the following events by default......
HCloseConnection (Example)
Usage example of the HCloseConenction function
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
htmlDocument (Variable type)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
Manipulating Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically manipulate Mobile Image Editor controls......
dInvertColor (Function)
Reverses the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Icon (Variable type)
The Icon type is used to define the advanced characteristics of an icon.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
mongoFindOption (Variable type)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
Software Factory
The concept of software factory is used to automate the process for creating applications....
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
mongoOperationUpdateOne (Variable type)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
JSONValid (Function)
Checks the validity of a JSON string.
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....