ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones...
AttachPointStart (Property)
The AttachPointStart property is used to get and change the position of the start attachment point...
AttachPointEnd (Property)
The AttachPointEnd property is used to get and change the position of the end attachment point...
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records...
Use Facebook authentication (prefix syntax)
Facebook is the world's most popular social network. It is commonly used by companies to reach...
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based...
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Message (Property)
The Message property is used to: Find out the help message associated with a control...
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface...
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified...
The Multimedia control
The Multimedia control is used to play multimedia files......
Constants for managing Gantt charts
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
Constants for managing appointments
Lists of constants used to manage the appointments...
emailHeader (Type of variable)
The emailHeader type is used to retrieve or define the additional email headers.
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
SIPAddress (Type of variable)
The SIPAddress type is used to define the advanced characteristics of a SIP address.
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well...
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging...
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's...
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user...
Handling an Organizer control through programming (prefix syntax)
An Organizer control can be handled through programming....