ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead...
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control...
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query...
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used...
geoPosition (Variable type)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array....
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
Creating a Pivot Table control
To create a Pivot Table control......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process...
Various constants
List of various constants....
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated...
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end...
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.