ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Open (External language)
Opens a window.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
<Array>.SeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
3-tier architecture
The development in "3-tier" architecture is now simplified......
<Source>.Password (Function)
Defines the password used to create or open a data file.
HPass (Function)
Defines the password used to create or open a data file.
Error 1023: The access to the method of the class is restricted by a private inheritance
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Project description: Project tab
The project description window allows you to configure various elements of your project......
Custom tooltips
Tooltips are very useful for application users......