ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.
hdfsCreateDirectory (Function)
Creates a directory on a Hadoop server.
hdfsList (Function)
Lists the content of a directory found on a Hadoop server.
<Image variable>.DrawBorder (Function)
Draws the borders in an Image variable.
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Toast>.Display (Function)
Displays a "Toast" message.
StringToJSON (Function)
Converts a JSON string into a JSON variable.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
RESTSend (Function)
Sends a REST request and waits for the server response.
USING IN (Stopwatch)
The statement USING ... IN allows you to automatically start and stop a stopwatch.
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be......