ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Composite keys
A composite key is a key item containing several other items......
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
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).
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
<Source>.LinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HCloseConnection (Function)
Closes a connection to a database.
HSetREP (Function)
Enables or disables the management of .REP files.
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
Polygon2D (Variable type)
The Polygon2D type is used to define all the advanced characteristics of a 2D polygon.
GeometryWithin (Function)
Determines whether geometry A is completely within geometry B (i.e., geometry B completely contains geometry A).