ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Binding a Combo Box control to an item
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
12. Retrieving data from a site
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Functions for managing Multiline Zone controls (prefix syntax)
Functions for handling Multiline Zone controls (prefix syntax)....
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Handling an internal component
An internal component is a set of elements from a project......
<Source>.CancelDeclaration (Function)
Allows you 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)....
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)....
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
6. HFSQL Client/Server clusters
6. HFSQL Client/Server cluster
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......