ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
TimeToString (Function)
Converts a time to a string in the specified format.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
HExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
iPrintBlock (Function)
Forces a report block to print.
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL table with the same description. This table is neither encrypted nor password protected.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.