ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
BurnerPath (Function)
Returns the path of the current burner.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
EmailReadNext (Example)
Usage example of the EmailReadNext function
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
fExtractPath (Example)
Usage example of the fExtractPath function
PageNumber (Property)
The PageNumber property gets and sets a page number.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Date
The Date keyword can correspond to...
BurnerStatus (Function)
Returns the status of the current burner.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
KeyExpression (Example)
Usage example of the KeyExpression property
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
fSeek (Example)
Usage example of the fSeek function