ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
HDeclare (Function)
Declares a description of table (found in a database schema) in the current project.
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or programmatically. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
HChangeName (Function)
Modifies the physical name of a table.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HInfoAnalysis (Function)
Returns information about a database schema (WDD file).
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
HCheckIndex (Function)
Checks whether the data found in the index table (.NDX file) properly refers the data found in the table (.FIC file).
HCancelSeek (Function)
Cancels the current search criterion.
HCreateMovableReplica (Function)
Creates a movable replication.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or programmatically. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
GetDefinition (Function)
Retrieves the definition of element type.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......