ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Supercontrol
A supercontrol is an advanced type of control......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
ComponentLocate (Function)
Specifies the access path to an external component of project.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
fSeek (Example)
Usage example of the fSeek function
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Voice commands in your applications
The applications that you develop can react to the user's voice......
GPSLastPosition (Function)
Retrieves the information about the last known device position.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Entity of a CDM
To group information according the MERISE method, entities must be created......
Environment of the report editor
Environment of the report editor...
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Setup in MSI format
You have the ability to create a setup program in MSI standard......
fSelectDir (Function)
Opens a directory picker.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
zipMsgError (Function)
Returns the message associated with an error code on an archive.
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......