ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
ContactID (Property)
The ContactID property is used to manage contact IDs.
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
Programming the looper attributes
All the looper attributes can be handled by programming......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
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.
mongoOperationUpdateAll (Type of variable)
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.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
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......
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
PDFReaderSeekPrevious (Function)
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Port (Property)
The Port property is used to identify and change a server connection port.
<PDF Reader>.SeekPrevious (Function)
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
Continent and country management functions
Continent and country management functions...
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.