ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GroupNext (Function)
Reads the group of contacts found after the current group in the address book of a Lotus Notes or Outlook messaging.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
GroupRead (Function)
Reads a group of contacts found in the address book of a Lotus Notes or Outlook messaging.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
GroupPrevious (Function)
Reads the group of contacts before the current group in a Lotus Notes or Outlook address book.
GroupFirst (Function)
Reads the first group of contacts found in the address book of a Lotus Notes or Outlook messaging.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
fOpenTempFile (Function)
Creates and opens a temporary file.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
ExeListProcess (Function)
Returns the list of applications currently run.
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
SIPVisible (Function)
Displays the keyboard.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......