ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Option (Property)
The Option property is used to get and change certain options.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
grCreate (Function)
Creates a specific type of chart.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Port (Property)
The Port property is used to identify and change a server connection port.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Other operators
The following are additional operators......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Image (Property)
The Image property gets and sets the background image of a control or block.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Border (Type of variable)
The Border type is used to handle a border through programming...
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
Using .NET assemblies in a project
To use .NET assemblies in a project......
PageDisplay (Function)
Displays a web page in the user's browser....
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
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)....