ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
WithSpace (Example)
Usage example of the WithSpace function
Creating the Table pages of the WEBDEV RAD pattern
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
BurnerAddFile (Example)
Usage example of the BurnerAddFile function
fRead (Example)
Usage example of the fRead function
5. Which type of server to choose?
Replication (Property)
The Replication property is used to identify and change the replication mode.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
FTPAttribute (Example)
Usage example of the FTPAttribute function
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min