ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
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.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
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......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
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)....
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...