ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
HMode (Function)
Changes the mode and the method for locking data files.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HNext (Function)
Sets the position on the next data file record according to a browse item.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
HDBIndex (Function)
Opens an xBase index file.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
SourceKey (Property)
The SourceKey property sets the characteristics of a link.
HDeactivateTrigger (Function)
Disables a trigger.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
HDeleteServerTrigger (Function)
Deletes a server trigger.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HInfoServer (Function)
Returns the specified information about the server.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......