ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Maximize (Function)
Displays a WINDEV window in its maximum size.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Remote control: Some examples of configuration
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
Message text file format
The text files created by WDMSG use a specific format......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Copying and cloning
Variables are copied using the "=" operator...
WindowFromSource (Function)
Automatically initializes the controls of a window 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....
The Clickable Image control
The Clickable Image control can be used to......
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
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....
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......