ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Table controls
List of events associated with Table controls...
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
ControlToSource (Function)
Assigns the control value to the source of a control link.
Events associated with Spin controls
List of events associated with Spin controls...
Events associated with Splitter controls
List of events associated with Splitter controls...
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
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......
Software Factory
The concept of software factory is used to automate the process for creating applications....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Data source (Example)
Usage example of the Data source type
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
HLogInfo (Function)
Adds comments to the log when saving the operation.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
Error 1037: This member already exists in the structure
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.