ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
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.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available...
Constants for managing arrays
List of constants used by the functions for array management....
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
diagOval (Type of variable)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
diagWaypoint (Type of variable)
The diagWaypoint type is used to define all the advanced characteristics of a connector waypoint.
diagGroup (Type of variable)
The diagGroup type is used to define all the advanced characteristics of a group of shapes...
diagPoint (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a point in a diagram.
Managing space characters in the searches?
diagPolygon (Type of variable)
The diagPolygon type is used to define all the advanced characteristics of a shape of type Polygon.
diagPath (Type of variable)
The diagPath type is used to define all the advanced characteristics of a Path shape (equivalent...
diagText (Type of variable)
The diagText type is used to define all the advanced characteristics of a text associated...
diagImage (Type of variable)
The diagImage type is used to define all the advanced characteristics of a diagram shape created...
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector...
diagConnectionPoint (Type of variable)
The diagConnectionPoint type is used to define all the advanced characteristics of a connection...
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector...
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account...
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling the Excel files......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated...
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......