ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Scheduler report
The report editor allows you to create "Scheduler" reports....
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HListCustomFolder (Function)
Returns a list of defined Custom-Folders (also called groups): in the current database schema, in ongoing database schemas (projects with multiple database schemas). in the specified database schema....
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of the connection: the higher the level is, the faster the connection is.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
Extracting the text of the project
The following text can be extracted......
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.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
<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.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....