ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Seek (Function)
Searches for the index of an element in a WLanguage array.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
ExecuteFunction
Executes a WLanguage function identified by its name.
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
WLanguage procedure called by geoGetAddress
WLanguage procedure ("callback") called by geoGetAddress.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......