ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
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).
grRaised (Function)
Used to display a chart with raised effect.
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......
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.
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......
Constants used by the TraceStart function
List of constants used by the TraceStart function....
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.