ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Handling the report blocks through programming
Each report block is associated with different events......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
grCreate (Function)
Creates a specific type of chart.
Info (Function)
Displays a custom message in a system information window.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Events associated with control templates
List of events associated with control templates...
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
How to create a menu?
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Find/Replace in the current project
The "Find/Replace" feature is used to......
Set of procedures
The global procedures are grouped in set of procedures......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
HRead (Function)
Reads a record in a file according to a given record number.
Composite keys
A composite key is a key item containing several other items......