ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
LDAP constants
List of constants used by the LDAP functions....
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
EmailCheckAddress (Function)
Checks the validity of an email address.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).