ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing elements with a WINDEV application
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
PDFSign (Function)
Applies an approval signature to an existing PDF.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.
Installing and starting WDTRAD
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.