ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup directory
The setup wizard allows you to configure the setup directory of application....
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
iPageEnd (Function)
Forces the move to the next page during the report print.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
XMLResult (Function)
Returns the result of a calculation XPath query.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
zipOpen (Example)
Usage example of the zipOpen function
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Types of Edit controls
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
WinStatus (Function)
Identifies or modifies the window status.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.