ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Border (Type of variable)
The Border type is used to handle a border through programming...
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Handling TimeLine controls programmatically
A TimeLine control can be......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
grSourceCategoryLabel (Function)
Defines the source of the category labels.
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Events associated with a Multimedia control
List of events associated with a Multimedia control...
DateToInteger (Function)
Converts a date to an integer.
Calling a procedure/a function
Syntax for calling a local or global procedure.