ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HInfoServer (Function)
Returns the specified information about the server.
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
HReadNext (Function)
Sets the position on the next table record according to a browse item.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....