ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
The Slider control (in a page)
WEBDEV proposes two types of sliders......
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
Creating the windows and the pages of the RAD pattern
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
fLoadResource (Function)
Loads the content of a resource from a library.
WinCopyForm (Function)
Copies the content of a form into the clipboard.
<Page>.OpenChild (Function)
Opens a non-modal child window.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......