ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
memcachedResult (Type of variable)
The memcachedResult type is used to define the characteristics of a value read on a Memcached server.
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Software Factory
The concept of software factory is used to automate the process for creating applications....
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
ComponentLocate (Function)
Specifies the access path to an external component of project.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
11. User Macro-Code: UMC in practice
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Creating and handling an item
The main operations that can be performed on an item are as follows......