ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
Using the query result
The result of a select query can be used in......
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
WEBDEV concepts
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
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......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
Code history
The code history is used to......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
<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.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
Defining a help window template
WINDEV allows you to create help window templates......
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....