ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Help about new features: Letting users know about changes
Applications are constantly evolving......
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Telemetry: Main features
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......