ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
WLanguage procedure called by DialogAsynchronous
Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons in the dialog box.
HeightExpanded (Property)
The HeightExpanded property is used to get and change the height of an expanded iOS 13 widget.
MaxLinkedCardinality (Property)
The MaxLinkedCardinality property is used to get and modify the maximum cardinality of the related item in the link.
MinLinkedCardinality (Property)
The MinLinkedCardinality property is used to get and modify the minimum cardinality of the related item in the link.
MinSourceCardinality (Property)
The MinSourceCardinality property is used to get and modify the minimum cardinality of the source item in the link.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
CtCursorOptions (Property)
The CtCursorOptions property is used to get the type of cursor used when connecting to an external database.
Driver (Property)
The Driver property is used to get the video capture driver the Camera control is associated with.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
pdfControl (Variable type)
The pdfControl type is used to get all the characteristics and values of a control present in a PDF form.
5. Deploying a dynamic site (Session or AWP) in practice
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......