ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

VSpace (Property)
The VSpace property gets and sets the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
iCreateFont (Function)
Creates a new print font.
fSize (Function)
Returns the size of a file (in bytes).
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. in the Phone contacts list (Android, iPhone or iPad)....
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
HChangeConnection (Example)
Usage example of the HChangeConnection function
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
SQLConnect (Example)
Usage example of the SQLConnect function