ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
HOut (Example)
Usage example of the HOut function
iPrintImage (Example)
Usage example of the iPrintImage function
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
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)......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
"?" menu
WINDEV proposes a help menu adapted to your applications......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
System constants
List of constants used by the system functions....
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
StatVariance (Function)
Calculates the variance for a series of values.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
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).
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HCopyRecord (Example)
Usage example of the HCopyRecord function