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.
HJSONToRecord (Function)
Imports JSON data into the current record.
TelemetryIsEnabled (Function)
Used to find out whether the telemetry is enabled.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
TelemetryConfigure (Function)
Gets and sets the telemetry settings.
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
grSunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON...
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
SchedulerToiCalendar (Function)
Exports the appointments from a Scheduler control in iCalendar format.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model...
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements...
HClusterSynchronizationInfo (Function)
Returns the progress of synchronization for a node of an HFSQL cluster.
HClusterSynchronizationErrorInfo (Function)
Returns the error that occurred during the previous synchronization step of HFSQL cluster.
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages...
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
ShapePolygon (Function)
Modifies the shape currently displayed in a Shape control to get a custom shape (by specifying...
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal...
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App...
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.