ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
Creating requirements
The following steps must be performed to implement the requirements......
Value (Property)
The Value property is used to get and change the value of an element.
MDIOpen (Function)
Opens and enables an MDI child window.
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
Caption (Property)
The Caption property is used to get and change the text of an element.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Code snippets
The code editor allows you to enter "Code snippets"......
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.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Logical operators
The logical operators are as follows......
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......