ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Rating control properties
The Rating control can be used in a window as well as in a page....
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
HIndex (Function)
Rebuilds the file index (".NDX" file).
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
zipCreate (Function)
Creates an archive.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Installing a SOAP server with Apache
Page constants
List of constants used by page functions....
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Extern (Reserved word)
EXTERN is used to...
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SocketCreate (Function)
Creates a socket.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
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....
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......