ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
<HTML Display control>.ValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Error 701: The property is read-only
Error 1014: The access to the member of the class is restricted by a private inheritance
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Typing multilingual texts
For a multilingual application, you have the ability to......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Events associated with Link controls
List of events associated with Link controls...
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
PreviousPage (Function)
Returns the name of the previous page.
Extracting messages added or modified since last extraction
A project was already created and translated......
Progress Bar control properties
List of properties associated with the Progress Bar control...
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
WEBDEV concepts
28. Site SEO
Zombie data files and items
During the life of an application, items live and die......
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....