ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Internal component
An internal component is a set of elements from a project......
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
WDXView: Overview
WDXView is an ActiveX browser......
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Page constants
List of constants used by page functions....
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Global and local variable
Two types of variables are available......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Constants for managing Big Data Redis databases
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Style properties (help system)
To edit the styles available in the current help system, select "Help system......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......