ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
PythonExecute (Function)
Executes a function present in a Python module.
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.
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......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
"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.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
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).
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......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min