ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
<WDPic variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
HNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
ReplicSynchro: Use
ReplicAdmin: Overview
ReplicSynchro: Overview
<Window>.FromFile (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 data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
FileToScreen (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 data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ToPage (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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......