ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
(No title )
Execution platform
WINDEV Mobile allows you to develop applications for different families of products...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
CurrentMonth (Function)
Returns the number of the current month.
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
ContactAdd (Example)
Usage example of the ContactAdd function
fExtractPath (Example)
Usage example of the fExtractPath function
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
fChangeExtension (Function)
Changes the extension of a file on disk.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
grAddData (Function)
Adds a data into a chart.
CurrentYear (Function)
Returns the current year in integer format.
KeyExpression (Example)
Usage example of the KeyExpression property
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
zipListFile (Function)
Returns the list of files found in an archive.
fCopyFile (Example)
Usage example of the fCopyFile function