ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
iPageEnd (Function)
Forces the move to the next page during the report print.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
HState (Function)
Used to find out the state of a record.
UUDecode (Function)
Decodes a character string in UUEncode format.
fWrite (Example)
Usage example of the fWrite function
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
CalendarSelect (Function)
Returns the date selected in a Calendar control.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Identifier (Property)
The Identifier property is used to get and change the identifier of an element.
StatCovariance (Function)
Calculates the covariance between two series of values.
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
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).
BurnerSelect (Function)
Used to select the default burner.
Developing 64-bit sites
You can deploy 64-bit compatible sites......