ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
grCreate (Function)
Creates a specific type of chart.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
sEvent (Function)
Branches an event on a serial port.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
fCopyFile (Example)
Usage example of the fCopyFile function
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
ChangeAction (Example)
Usage example of ChangeAction
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SQLFirst (Function)
Positions on the first row of the query result.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.