ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
PythonExecute (Function)
Executes a function present in a Python module.
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
fSelectDir (Function)
Opens a directory picker.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Query editor
The query editor is used to automatically create queries on the data files......