ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Thread management functions
List of functions for managing threads...
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
The Edit control
The Edit control allows users to enter data......
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.