ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
<List Box>.Add (Function)
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control.
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
<Source>.ListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
<List Box>.Delete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<List Box>.MoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Help about new features: Letting users know about changes
Applications are constantly evolving......
Handling Organization Chart controls programmatically