ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
DurationToString (Function)
Converts a duration to a character string in the specified format.
DateToDay (Function)
Returns the day that corresponds to a given date.
PermissionRequest (Function)
Prompts the user to grant an application permission.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
ThreadCurrent (Function)
Returns the name of the thread currently run.
Extern (Reserved word)
EXTERN is used to...
Copying controls from the report editor
The controls can be copied from the report editor......
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
UploadStart (Function)
Starts sending the selected files into an Upload control.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
CameraRequestPermission (Function)
Requests permission to use the device's camera....
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
fSize (Function)
Returns the size of a file (in bytes).
New (Reserved word)
New is used to allocate memory space...
Sort (Function)
Sorts a WLanguage array.
Memo (Property)
The Memo property is used to determine if an item is of type memo.
LooperAdd (Function)
Adds a row at the end of a Looper control.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.