ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStopServer (Function)
Stops an HFSQL server.
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
Image drawing and processing functions
List of image drawing and processing functions...
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
SQLSeek (Function)
Positions on the specified result row of the query.
On/Off button in a window
The on/off button is a button that operates like a check box......
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Chart constants
List of constants used by the functions for chart management....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
HClient structure
The HClient structure is used to......
iParameter (Function)
Retrieves the printer configuration and configures the print.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
fFileExist (Function)
Checks the existence of an external file.
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......