ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the context menu. in a Scheduler control, whether an appointment was created via the context menu....
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
NumberInWords (Function)
Converts a number to words.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
zipNbPart (Example)
Usage example of the zipNbPart function
ExtractLine (Function)
Extracts a specific line from a character string.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
HFileExist (Example)
Usage example of the HFileExist function
HErrorInfo (Example)
Usage example of the HErrorInfo function
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
iPrintImage (Function)
Sends the image file to print to the print buffer.
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.