ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
ImageNext (Function)
Displays the next image for the scroll.
ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
ImageFirst (Function)
Displays the first image for the scroll.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL table.
FileDisplay (Function)
Displays a file in the user's browser....
HCross (Function)
Crosses a record in a data file.
HDeclare (Function)
Declares a description of table (found in a database schema) in the current project.
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.
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.
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.
AuthIntrospectToken (Function)
Determines the set of metadata for an OAuth token.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
AuthGetUserInfo (Function)
Retrieves user information from an access token.
fMoveFile (Function)
Moves a file from one directory to another.