ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Manipulating a Layout control programmatically
A Layout control can be......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
fSize (Function)
Returns the size of a file (in bytes).
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
fChangeSize (Function)
Resizes an external file.
OpenSister (Function)
Opens a non-modal sibling window.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
StringInsert (Function)
Inserts a string into another character string at a given position.
CertificateSignString (Function)
Creates the signature of a character string.
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
SocketWrite (Function)
Writes a message intended to another socket.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...