ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Version (Property)
The Version property is used to get and change the version of an element.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
HToItem (Function)
Assigns the specified value to an item of the current record.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Multiline strings
To type character strings over several lines in the code editor...
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Extracting the text of the project
The following text can be extracted......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Constants used by the TraceStart function
List of constants used by the TraceStart function....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.