ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<XAML>.Property (Function)
Allows you to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
29. SEO in practice
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Advanced types
The advanced types of WLanguage are as follows...
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
14. Generation modes
Generation modes...
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
HSetLog (Function)
Enables or disables log management on a file.
BurnerAddFile (Function)
Adds a file to the compilation.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Warning (Function)
Displays a custom message in a system warning window.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Serialization constants
The serialization constants are as follows:
PermissionRequest (Function)
Prompts the user to grant an application permission.
Generating an application for Universal Windows 10 App
Conversion (Function)
Converts a value from a unit to another one.
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.