ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database (Property)
The Database property is used to get and modify the database associated with a connection.
RightIndent (Property)
The RightIndent property is used to get and change the right indent of an element.
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
Array functions
List of functions for managing arrays...
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field. 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....
NFCSendTag (Function)
Sends a NFC tag to another device.
gpwOpenSite (Function)
Allows you to start the site when using the user groupware.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
MinimumLength (Property)
The MinimumLength property gets and sets the minimum length of an element.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.