ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HViewToFile (Example)
Usage example of the HViewToFile function
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
grDestinationControl (Function)
Defines an Image control as destination of a chart.
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
fCompare (Example)
Usage example of the fCompare function
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
INIRead (Example)
Usage example of the INIRead function
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
zipCreate (Example)
Usage example of the zipCreate function
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
grGridlines (Function)
Displays or hides the chart gridlines.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
Size (Property)
The Size property is used to determine and change the size of an element.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
MemSeek (Example)
Usage example of the MemSeek function
zipMerge (Example)
Usage example of the zipMerge function
<DiskFile variable>.Read (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....