ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
25. Performing a process on several successive pages
Performing a process on several successive pages...
10. Page templates
Page templates
WEBDEV allows you to create page templates......
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.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
InternalPage
The Internal Property Page allows you to define the name of the internal Page to use.
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Creating the menus for the pages of the WEBDEV RAD pattern
8. "Mobile friendly" site: Dynamic serving
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.