ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
<Tiff variable>.SaveTIFF (Function)
Saves an image in TIFF format into a file or memory.
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Private Store for mobile applications
There are two methods two deploy your applications......
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Defining a help window template
WINDEV allows you to create help window templates......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Cardinalities
The cardinalities are used to count the links between the files......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Code history
The code history is used to......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....