ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetDisconnect (Function)
Disconnects from an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
<Source>.Seek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
Creating index keywords
Index keywords allow users to easily find a help page......
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
gpwGetFileInfo (Function)
Retrieves the directory of the data files found in the User Groupware.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
Compilation options (chm format)
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.