ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Merging differences (SCM)
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Events associated with Link controls
List of events associated with Link controls...
The Cell control
The Cell control contains controls......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
Automatic management of exceptions
The management of exceptions can be customized by process......
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Events associated with internal windows
List of events associated with internal windows...
Find/Replace in the current project
The "Find/Replace" feature is used to......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Report controls
Several types of controls can be handled in a report created by the report editor......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......