ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Help system properties
The properties of help system are used to define......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
<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....
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
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......
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.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
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.
<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......
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
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......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......