ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Static control properties
List of properties associated with a Static control...
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
XMLModify (Function)
Modifies the content of the current element found in the XML document.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
HFilter (Function)
Defines and enables a filter on a table, view or query.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
VariableReset (Function)
Resets the variable to its initial value.
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HTTPAddFile (Function)
Adds a file to the HTTP form.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......