|
|
|
|
|
|
|
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode... |
|
|
|
|
|
|
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ... |
|
|
|
|
|
|
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
WINDEV Mobile allows you to develop applications for different families of products... |
|
|
|
|
|
|
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]... |
|
|
|
|
|
|
Modifies the font used for the chart title. |
|
|
|
|
|
|
Modifies the font used for the chart legend. |
|
|
|
|
|
|
Indicates various parameters of additional legend in a chart. |
|
|
|
|
|
|
Indicates the interval between values on the vertical and horizontal axis of a chart. |
|
|
|
|
|
|
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers. |
|
|
|
|
|
|
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart.... |
|
|
|
|
|
|
Initializes the label of a data category (or section) in a chart. |
|
|
|
|
|
|
Returns the number of the current month. |
|
|
|
|
|
|
When creating the setup program, WDInst allows you to configure the computer where the program will be installed...... |
|
|
|
|
|
|
Usage example of the ContactAdd function |
|
|
|
|
|
|
Usage example of the fExtractPath function |
|
|
|
|
|
|
Opens an external file (ANSI or UNICODE) in order to handle it through programming. |
|
|
|
|
|
|
Locks a record and restricts the access to this record for all the other applications. |
|
|
|
|
|
|
Changes the extension of a file on disk. |
|
|
|
|
|
|
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook). |
|
|
|
|
|
|
Adds a data into a chart. |
|
|
|
|
|
|
Returns the current year in integer format. |
|
|
|
|
|
|
Usage example of the KeyExpression property |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
In the Scheduler control, the appointment is displayed in a specific area...... |
|
|
|
|
|
|
Returns the number of elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Decrypts a file that was encrypted by fCrypt. |
|
|
|
|
|
|
Returns the separator of directory according to the current platform ('\' or '/').... |
|
|
|
|
|
|
Returns the list of files found in an archive. |
|
|
|
|
|
|
Usage example of the fCopyFile function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|