ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
DocStartModification (Function)
Signals the start of the grouping of a set of operations on a document into a single event (undo/redo management)....
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Reusing code with external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Passing parameters
The parameters can be passed to a procedure......
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
SQLListSource (Function)
Lists the data sources declared on a local site.
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Various constants
List of various constants used by the constants WINDEV functions....
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
grGradient (Function)
Enables or disables the display of color gradients in a chart.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
WDConver: Use in interactive mode
Before you start using WDConver, you must have......
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
CriticalSectionStart (Function)
Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.