ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
ActionUndo (Function)
Cancels the last action performed by the end user.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
1. What is the WEBDEV administrator used for
Error 203: The procedure already has a scope attribute (local or global)
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Creating anchors
The anchors are used to define specific points in a help page......
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
WINDEV 2024 Tutorial - Table of contents
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
The Upload control
The Upload control is used to upload files on the Web server......