ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
tapiBlindTransfer (Function)
Performs a "blind" transfer.
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
HFSQL constants
List of constants used by the HFSQL functions....
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
Locking data files: correspondence between WINDEV 5.5 and the later versions
HCreateMovableReplica (Function)
Creates a movable replication.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
10. Internal components in practice
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
GOTO statement
The GOTO statement is used to run a code identified by a given label...