ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
DDESend (Function)
Sends a data to the program connected via DDE.
Starting WDOptimizer in a command line
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
MySelf (Reserved word)
MySelf is used to handle the current control...
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Options of the window editor
To configure the general options of the window editor......
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
ChangeTarget (Function)
Changes the target of a button action.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
WDTRAD options
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
NextTitle (Function)
Modifies the title of next window to open.
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.