ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Source>.ToItem (Function)
Assigns the specified value to an item of the current record.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HCancelSeek (Function)
Cancels the current search criterion.
HChangeName (Function)
Modifies the physical name of a data file.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
Items used in a select query
A query created in the query editor can contain several types of items......
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....
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Composite keys
A composite key is a key item containing several other items......
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
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>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.