ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProjectInfo (Function)
Returns specific information about the project currently run.
1. Testing a site: Elements to be tested
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
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)......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
grColor (Function)
Returns and initializes the color of different chart elements.
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
HClusterState (Function)
Returns the status of an HFSQL cluster by interrogating its coordinator.
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Compatibility between external components and deployed applications
A component can evolve in many ways......
Creating the windows and the pages of the RAD pattern
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
Declaring and using a variable
A variable is defined by name and type......
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......