ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AccessibilityScreenReaderEnabled( Function)
Finds out whether the screen reader is Active.
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
SOAPRun (Function)
Runs a procedure on a SOAP server.
ExecutePresetAction (Function)
Runs a preset WINDEV action.
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.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
SaaSAdminModifyClient (Function)
Modifies a SaaS client account.
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed in an Organizer or Scheduler control. get the number of days displayed in a Gantt Chart control in a report....
CharactType (Function)
Returns information about the type of character.
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....