ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToDay (Function)
Returns the day that corresponds to a given date.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
MyParent (Reserved word)
MyParent is used to handle...
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Autofill in Edit controls
Gets the list of users in the User Groupware....
fExeDir (Function)
Returns the directory from which the execution is started.
HState (Function)
Used to find out the state of a record.
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
DurationToString (Function)
Converts a duration to a character string in the specified format.
WordToArray (Function)
Fills an array with the words from a string.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Global and local variable
Two types of variables are available......
Extern (Reserved word)
EXTERN is used to...
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
GglAnalyticsAddPage (Function)
Adds a page beside Google Analytics.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
gImage (Function)
Builds a sequence of characters containing an image.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......