ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
<Connection variable>.RefreshView (Function)
Asks to recalculate the content of a materialized view.
How to manage enumerations programmatically?
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.ListSynonym (Function)
Returns the list of synonyms used by a full-text index.
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
<Connection variable>.AddGroup (Function)
Adds a group of users.
<Connection variable>.AddUser (Function)
Adds a user to a database.
Binary (Property)
The Binary property is used to determine if an item is binary.
CtCursorOptions (Property)
The CtCursorOptions property is used to get the type of cursor used when connecting to an external database.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
Memo (Property)
The Memo property is used to determine if an item is of type memo.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.