ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
ImageScrollingPosition (Function)
Returns the displayed image.
ImageFirst (Function)
Displays the first image for the scroll.
ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
HCross (Function)
Crosses a record in a data file.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<Image>.StopScrolling (Function)
Stops the automatic image sliding.
Random (Function)
Returns a random number.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.