ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Chart>.Exist (Function)
Checks the existence of a chart in memory.
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM...
ContactFirst (Function)
Reads the first contact in a Lotus Notes or Outlook address book.
TaskFirst (Function)
Reads the first task found in the task list of a Lotus Notes or Outlook messaging.
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
TaskPrevious (Function)
Reads the task before the current task in a Lotus Notes or Outlook task list.
TaskNext (Function)
Reads the task after the current task in a Lotus Notes or Outlook task list.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability...
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
HOpenComplementaryAnalysis (Function)
Opens a new database schema, but keeps the main database schema of the application.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
JSON (Variable type)
The JSON simplifies actions on data in JSON format.
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
fDirectoryExist (Function)
Checks the existence of a directory.
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed...