ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
MyParent (Reserved word)
MyParent is used to handle...
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
fExeDir (Function)
Returns the directory from which the execution is started.
HState (Function)
Used to find out the state of a record.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
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.
ErrorBuild (Function)
Displays a custom error message in a system error window.
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
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...
zipListFile (Function)
Returns the list of files found in an archive.
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....
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....