ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
TableMode (Function)
TableMode is kept for backward compatibility.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
REP files
REP files contain the list of data files handled by the application....
fMemOpen (Function)
Opens a memory zone shared between several applications.
HDescribeFile (Function)
Describes a data file programmatically.
gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
zipExtractPath (Function)
Returns the path of a file found in the archive.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
Extern (Reserved word)
EXTERN is used to...