ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
<Source>.Open (Function)
Opens a data file.
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
<Source>.Cross (Function)
Crosses a record in a data file.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account) for the contacts (example: Google, Exchange, Facebook).
<Source>.ChangeName (Function)
Modifies the physical name of a data file.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
<Source>.CheckStructure (Function)
Defines the mode for comparing data files.
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
<Source>.ToWindows (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....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
SourcePage (Property)
The SourcePage is used to identify the source of an internal page (i.e. the internal page displayed by an Internal Page control).
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).