ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FirstDayOfYear (Function)
Returns the date of the first day of the year.
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL table, view or query.
ArrayToParameters (Function)
Converts an array of elements into a list of parameters.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
mongoResult (Variable type)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
Financial constants
List of constants used by the financial functions....
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
FirstDayOfMonth (Function)
Returns the first day of the month.
RegistryValueType (Function)
Returns the type of value found in the registry.
InitParameter (Function)
Initializes the management of persistent values.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
fFileExist (Function)
Checks the existence of an external file.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
BitwiseNOT (Function)
Returns the result of a bitwise NOT operation performed on a value.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
Wait (Function)
Temporarily stops the program execution.
HPriority (Function)
Finds out and modifies the priority of the calling application.
HListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL table.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...