ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Edit control
The Edit control allows users to enter data......
Thread management functions
List of functions for managing threads...
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, ...).
grRaised (Function)
Used to display a chart with raised effect.
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).
grSourceSeries (Function)
Defines the source of a series.
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.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
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......
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....
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.
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......