ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
  • alpha channel.
ImageInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
fFileExist (Function)
Checks the existence of an external file.
URI constants
The following constants are used by URI-specific functions:...
Constants for managing tiles
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
TwainState (Function)
Returns the status of the current source.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Hash constants
List of constants used by the Hash functions....
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Sum (Function)
Calculates the sum of the array elements.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
12. Available tests
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
How to create a menu?
HTTPRequest (Example)
Usage example of the HTTPRequest function