ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
DocRedo (Function)
Restores the last undone action on a Word Processing document.
<Word Processing>.Redo (Function)
Restores the last undone action on a Word Processing control.
<Word Processing>.Undo (Function)
Undoes the last action performed on a Word Processing control.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
DateLastAccessed (Property)
The DateLastAccessed property gets the date the file was last accessed.
MCIRetrieve (Function)
Returns the last result of the MCI command run by MCIExecute.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Creating a Java archive
When your Java application is developed, you can......
Using the Salesforce service
Salesforce is a very popular CRM software......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
6. Editing a page: zoning mode
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......