ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InitialState (Property)
The InitialState property is used to get the initial state of a control.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
dPen (Example)
Usage example of the dPen function
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
dText (Example)
Usage example of the dText function
SendKey (Function)
Simulates the keystrokes and the mouse actions.
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
6. Internal window
Internal windows...
FinCurrentVal (Function)
Returns the current value of investment.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
HRegenerateFile (Function)
Regenerates a data file from its log.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
dRectangle (Example)
Usage example of the dRectangle function
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......