ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Referring to an element in a WLanguage event / process
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
MCISize (Function)
Returns or changes the size of a media file previously opened (MCIOpen).
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
Error 1014: The access to the member of the class is restricted by a private inheritance
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
<Multimedia>.Duration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.