ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
Service constants
List of constants used by the functions for managing services....
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
MaxZoom (Property)
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
grDraw (Function)
Draws a chart according to the specified parameters.
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Property Description (Type of variable)
The Property Description type is used to get information about a property.
tapiDial (Function)
Dials a phone number for a voice line.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
iCalendarToAppointment (Function)
Lists the appointments described in a character string in iCalendar format.
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
HCreateMovableReplica (Function)
Creates a movable replication.
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
WidgetRunApp (Function)
Starts the application to which a widget belongs.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.