ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
2. User-friendly editors in practice
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
SelectedResource (Property)
The SelectedResource property returns the name of the resource that corresponds to the user's selection in a Scheduler control....
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
InternalPage
The Internal Property Page allows you to define the name of the internal Page to use.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Custom properties (WLanguage)
A custom property is a code element with two events......
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Events associated with framesets
List of events associated with framesets...
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
W3C standardization
You must comply with the W3C standard (HTML 4......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....