ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
KioskEnable (Function)
Switches the current Android application to kiosk mode.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
TimelineDeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
FTPDate (Example)
Usage example of the FTPDate function
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Table,Insert (External language)
Inserts an element into a table at a given position.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
Events associated with TreeView controls
List of events associated with TreeView controls...
FTPTime (Example)
Usage example of the FTPTime function
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
SocketConnect (Function)
Connects a client computer to a given socket.
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
10. Internal components in practice