ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
<Source>.Forward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.Backward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
<Source>.CheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
BuildAutomationVariant (Function)
Builds an Automation variant parameter.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
Using a query with parameters
A query with parameters can be used......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
zipDeleteAll (Function)
Deletes all files from an archive.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
PC SOFT Free Technical Support
Thank you for buying one of our products......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.