ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constant
The constants are language elements whose value is fixed once and for all...
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
<Image>.Copy (Function)
Copies an image to another image.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
InJavaMode (Function)
Indicates whether the code is run in Java.
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
InPHPMode (Function)
Indicates whether the code is run in PHP.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
NationToName (Function)
Returns the name of the language corresponding to a nation.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.