ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
URIGetInfo (Function)
Retrieves information of a URI resource.
Input (Function)
Displays a message allowing the user to type an information.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
xlsClose (Function)
Closes an XLS file.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
Report data source
...The reports can be created with the data coming from:...
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
WINDEV and the SOAP protocol
gpwConnectUser (Function)
Connects a user to the User Groupware.
gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
gpwAddUser (Function)
Adds a user to the User Groupware database.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......