ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Constants for managing certificates
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
The Check Box control
A Check Box can correspond to......