ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Multi-project search
Performing a search in the current project is a common operation......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
TelemetryEnable (Function)
Enables the telemetry manually.
SysYRes (Function)
Returns the vertical screen resolution.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
HOpen (Function)
Opens a data file.
LineHeight (Property)
The LineHeight property gets and sets the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
WDInst: Set automatic modification of tables
The automatic table modification updates the description of tables on user computers......
SysXRes (Function)
Returns the horizontal screen resolution.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a table
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Code snippets
The code editor allows you to enter "Code snippets"......
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
LooperInsert (Function)
Inserts a row into a Looper control.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....