ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
<Polygon2D variable>.Correct (Function)
Returns a corrected version of the specified 2D polygon.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
HListWatchedFiles (Function)
Returns a list of tables monitored by the HWatch function.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
<PolygonGeo variable>.IsValid (Function)
Checks whether the specified geographic polygon is valid according to the OGC rules.
Managing parallel tasks
The computers are becoming more and more powerful......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HInfoView (Function)
Returns information about a materialized view.
<Source>.Declare (Function)
Declares a description of table (found in a database schema) in the current project.
HSetTrigger (Function)
Enables or disables the management of triggers.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Source>.CancelSeek (Function)
Cancels the current search criterion.
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the table (query or view).