ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
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.
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.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
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.
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....
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.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
NetGetFile (Example)
Usage example of the NetGetFile function