ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
HSendMessageToClient (Function)
Displays a message on the client computers.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
grWndSize (Function)
Defines the size of the window containing the chart.
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
Constants used by the functions for managing Dockable Panel controls
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Constants for the archiving functions
List of constants used by the archiving functions....
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.