ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
Importing a CSS style sheet
WEBDEV gives you the ability to import a CSS style sheet into a WEBDEV project......
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
SchedulerToiCalendar (Function)
Exports the appointments from a Scheduler control in iCalendar format.
<sfConnection variable>.EmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
<Source>.ToItem (Function)
Assigns the specified value to an item of the current record.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the table.
<Source>.DeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
HFSQL error handling help
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......