ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
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.
Organizer control functions
The following functions are used to manage the Organizer control:...
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
TelemetryEnable (Function)
Enables the telemetry manually.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
Constants used by the functions for managing Tab controls
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
Window management functions
List of functions for managing windows...
Charact (Function)
Returns the character corresponding to the specified ASCII code.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
sfSeekDeletedResult (Variable type)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
MatNbLine (Function)
Returns the number of rows found in a matrix.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.