ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iEndReport (Function)
Forces the report print to stop.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
iPageEnd (Function)
Forces the move to the next page during the report print.
SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
SchedulerListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
TelemetryEnable (Function)
Enables the telemetry manually.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Report data source
...The reports can be created with the data coming from:...
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Standard FTP functions
List of standard FTP functions...
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
iFont (Function)
Selects the default font.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
HTTPCreateForm (Function)
Creates an HTTP form.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....