ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
The Multimedia control
The Multimedia control is used to play multimedia files......
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
HIndex (Function)
Rebuilds the file index (".NDX" file).
zipCreate (Function)
Creates an archive.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
Creating a window skin template
Extern (Reserved word)
EXTERN is used to...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
The key items
Keys are specific items in your analysis......
SocketCreate (Function)
Creates a socket.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Query editor: Characteristics