ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
Using several libraries in an application
A library is a WDL file that contains all the resources......
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
HJSONToRecord (Function)
Imports JSON data into the current record.
zipSelectFile (Function)
Selects files from an archive.
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
16. Java applications in practice
Java applications in practice...
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
HOnError (Example)
Usage example of the HOnError function
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....
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.