ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
DriveRecoverFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
gpwImportLDAPUsers (Function)
Imports users from an LDAP directory to the user file of the User Groupware.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
<Looper>.ToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<Map>.AddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
Debugging functions
List of debugging functions...
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
DNSAddAddress (Function)
Adds an "IP address/domain name" pair to the DNS server....