ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
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......
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
Events associated with framesets
List of events associated with framesets...
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
Generating a class diagram
The generation is used to create the WINDEV classes ("......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
11. Window templates
WINDEV Mobile allows you to create window templates....
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
LooperInsertLine (Function)
Inserts a row into a Looper control.
LoadParameter (Function)
Reads a persistent value.
fCurrentDir (Function)
Identifies or modifies the current directory.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.