ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
Map control functions
Map control functions...
AppInstallUPD (Function)
Triggers the automatic update of current application.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
Sensor constants
Constants used by the SensorXXX functions...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
LooperSelectPlus (Function)
Selects a row in a Looper control.
fUnlock (Function)
Entirely or partially unlocks an external file.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.