ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MmoEncryption (Property)
The MmoEncryption property sets the encryption method of the memo file (.MMO) associated with a table.
MmoPackMethod (Property)
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a table.
Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 table that has not been migrated and is located in a WINDEV 19 database schema.
Format (Property)
The Format property is used to define the data format of a table.
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
Items (Property)
The Items property is used to configure the different items of a full-text index.
FicEncryption (Property)
The FicEncryption property sets the encryption method of a table.
ManageHTML (Property)
The Property ManageHTML property is used to set the HTML management mode in a full-text index.
MinLinkedCardinality (Property)
The MinLinkedCardinality property gets and changes the minimum cardinality of the related item.
HDescribeFullTextIndex (Function)
Describes a full-text index of table created programmatically.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
<Connection variable>.InfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.
MaxLinkedCardinality (Property)
The MaxLinkedCardinality property gets and changes the maximum cardinality of the related item.
MaxSourceCardinality (Property)
The MaxSourceCardinality property gets and changes the maximum cardinality of the source item in the link.
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
Extension (Property)
The Extension property is used to: get the extension of a table defined in the data model editor or programmatically. define the extension of a file (when the file is described through programming only)....
<Source>.Password (Function)
Defines the password used to create or open a table.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described programmatically....
How to?
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HPass (Function)
Defines the password used to create or open a table.
HTransactionSavepoint (Function)
Declares a transaction savepoint.