ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatCalculate (Function)
Performs various statistical calculations on the file keys.
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
<Organizer>.DisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
<Organizer>.DisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
<Scheduler>.DisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
<Scheduler>.DisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
<Gantt chart>.TimeDisplayed (Function)
Defines the time range displayed in a Gantt Chart column in a Table or TreeView Table control.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Calendar functions (prefix syntax)
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
4. WINDEV and telephony
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions....
11. Window templates
WINDEV Mobile allows you to create window templates....
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
HPass (Function)
Defines the password used to create or open a data file.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.