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...
Removing a project from the SCM (Source Code Manager)
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
Code history
The code history is used to......
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
HJSONToRecord (Function)
Imports JSON data into the current record.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical Support......
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
HOpen (Function)
Opens a data file.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
HMode (Function)
Changes the mode and the method for locking data files.
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
7. Source Code Manager (SCM)
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Share your projects via Git
Git is a source code manager......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HAdd (Function)
Adds: 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)....
HCross (Function)
Crosses a record in a data file.