ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CtDescribedUserName (Property)
The CtDescribedUserName property sets the username used to connect to a specific table via OLE DB.
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
HInfoLog (Function)
Returns information about the server logs.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
HDBIndex (Function)
Opens an xBase index file.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
<Variable Connexion>ExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
CtUserName (Property)
The CtUserName property sets the username used to connect to a specific table via OLE DB.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
CtOLEDBProvider (Property)
The CtOLEDBProvider property gets and sets the name of the OLE DB provider (also called OLE DB server).
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or programmatically. Set the default value of an item (only for items defined programmatically)....