ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iForceComplement (Function)
Forces the printing of a Body Complement block.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
gpwOpen (Function)
Opens the User Groupware login window or page.
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
URI constants
The following constants are used by URI-specific functions:...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
14. Managing the "Back" button in practice
Creating the Vision windows of the WINDEV RAD pattern