ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Video control properties
The following properties can be used on a Video control:...
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
End of Document block
The End of document block is run once at the end of the report execution......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
The use of the Automation type in a site is reserved for the advanced users
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
<gglConnection variable>.Disconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....