ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
AAF: Sort/Search/Filter on the columns of Table controls
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
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.
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
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.
Scheduler report
The report editor allows you to create "Scheduler" reports....