ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
PDF file management functions
...PDF file functions...
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
SQLNext (Function)
Positions on the next row of the query result.
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.