ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor):
  • in a Word Processing control.
    Note: This selection is located in the part being edited (body, header or footer).
  • in a Spreadsheet control.
  • in an HTML Editor control.
  • in a Diagram Editor control.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
<zipArchive>.SelectFile (Function)
Selects files from an archive.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
zipSelectFile (Function)
Selects files from an archive.
<List Box>.Select (Function)
Returns the index of the selected element 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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use...
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box,...
Info (Function)
Displays a custom message in a system information window.
Testing a project: setting
By testing the project you can simulate how the application will run......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web...
Classes, members, methods and properties
A class is made of......
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI...
Sending elements to Free Technical Support
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left...
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin...
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width....
Events associated with the Conference control
List of events associated with a Conference control...
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing...
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print...
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser...
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal...
12. Available tests
Skin elements
The skin elements are used to quickly change the visual aspect of a project without...