ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<xlsDocument variable>.Close (Function)
Closes an XLS file.
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
<AutomaticEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<zipArchive variable>.Close (Function)
Closes an archive.
Repositionable Note control properties
You can manipulate Repositionable Note controls in a window using the following WLanguage properties......
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Type Buffer>Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
fSplit (Function)
Splits a file into several files.
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
fDriveInfo (Function)
Returns information about a drive.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
fListResource (Function)
Lists the resources integrated to the application.
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
fDirSize (Function)
Returns the size of a directory in bytes.
WINDEV Mobile 2024 Tutorial - Table of contents
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.