ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Recompiling the project
The project compilation is a process used to......
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)......
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
16. Application test in practice