ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
zipOpen (Function)
Opens an existing archive.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
List of extension attributes
The list of extension attributes ......
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
TableMode (Function)
TableMode is kept for backward compatibility.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
HDBIndex (Function)
Opens an xBase index file.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
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....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...