ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
AutomaticValidationDuration (Property)
The DurationValidation property automatic allows you to define the delay in seconds before validation automatic of the visit steps.
ButtonType (Property)
The ButtonType property is used to get and change the type of a Button control: Cancelation, Interruption, Validation, ...
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Error 404: The file for HFSQL browse cannot be an expression of this type
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......