ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
NetworkConnect (Function)
Associates a drive with a shared network directory.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
FTP constants
List of constants used by the FTP functions....
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
ExceptionInfo (Function)
Retrieves information about the current exception.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Open (Function)
Opens a modal WINDEV window.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
WINDEV: Example of programmed Drag and Drop