ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Referring to an element in a WLanguage event / process
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
fSize (Function)
Returns the size of a file (in bytes).
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Info (Function)
Displays a custom message in a system information window.
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Events associated with a Signature control
The following processes are associated with a Signature control:...
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......