ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
HReindexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL table and returns the percentage of reindexing already performed.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
grIncreaseData (Function)
Adds a value to a data in a chart.
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
DateDifference (Function)
Calculates the number of days between two dates.
fClose (Function)
Closes an external file.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
TimeToString (Function)
Converts a time to a string in the specified format.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
iPicaToMM (Function)
Converts the coordinates of a point (expressed in system coordinates) into millimeters.