ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
Serialization constants
The serialization constants are as follows:
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Using a query with parameters
A query with parameters can be used......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
ArraySort (Function)
Sorts a WLanguage array.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).