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.
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Creating the link buttons in the windows of a WINDEV RAD pattern
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service...
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Events associated with a Gantt Chart column
Creating and generating an external component
A component must be created from a project containing all the elements required...
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu...
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows...
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Running the test of the User Groupware and installing it
WDTestSite: Load test
The stress tests are used to check......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Internal component
An internal component is a set of elements from a project......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts,...
URIGetInfo (Function)
Retrieves information of a URI resource.
10. Page templates
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams....
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify...
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right...