ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with a supercontrol
List of properties associated with a supercontrol...
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Creating the link buttons in the windows of a WINDEV RAD pattern
Using the query result
The result of a select query can be used in......
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
Programming the table cells
The Table controls can be handled......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
RGBGreen (Function)
Returns the green component of an RGB color.
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
dPoint (Example)
Usage example of the dPoint function