ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
Undocked (Property)
The Undocked property is used to determine if a pane of a Tab or Ribbon control is undocked.
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
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....
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
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.
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.
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
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.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
Error 532: The size of the string to extract must be strictly positive
Error 1054: 'Ancestor' cannot be used outside the code of a class
Binding a Repositionable Note control to an item
6. Internal window
Internal windows...
9. Internal page
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....