ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Combination (Type of variable)
A combination is a set of options.
fCurrentDrive (Function)
Gets or sets the current drive.
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
The OLE control
The OLE control is used to handle an OLE object......
Configuring the SOAP administrator
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
ERR_NO_WDADMIN
16. Application test in practice
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
ERR_FORBIDDEN_INSTALL
ERR_FORBIDDEN_UPDATE
Sorts in a report
The sort is used to organize the information displayed in the report......