ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
SemaphoreCreate (Function)
Creates a semaphore.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
grAddData (Function)
Adds a data into a chart.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
fSeek (Example)
Usage example of the fSeek function
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Drawer control properties
List of properties associated with the Drawer control...
ServiceContinue (Function)
Restarts a paused service.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
DDEWarmLink (Function)
Creates a warm link with a data.
fUncompress (Example)
Usage example of the fUncompress function
fDelete (Example)
Usage example of the fDelete function
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....