ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
DDERetrieve (Example)
Usage example of the DDERetrieve function
NetSendBuffer (Example)
Usage example of the NetSendBuffer function
NetSendMessage (Example)
Usage example of the NetSendMessage function
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
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....
Popup window
WINDEV allows you to open windows in popup format......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
System constants
List of constants used by the system functions....
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
HDescribeLink (Function)
Describes a link between two data files through programming.
NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
DDEString (Example)
Usage example of the DDEString function
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
Installing a Webservice (old format)
Constants for managing Toolbar controls
List of constants used by the Toolbar control management functions...
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
SocketConfigure (Function)
Configures the use of Socket functions.