|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The following functions are used to manipulate Action Bar controls... |
|
|
|
|
|
|
|
| This help page presents the main aspects of the Action Bar description window ... |
|
|
|
|
|
|
|
| Action Bars replace the title bar of a window and display different types of information... |
|
|
|
|
|
|
|
| The executable will be stand-alone if the following elements are included in the executable...... |
|
|
|
|
|
|
|
| WINDEV includes a wizard for generating a setup program:
to install a WINDEV application.
to install other files. Installing goodies for example (images, videos, ...).... |
|
|
|
|
|
|
|
| To group information according the MERISE method, entities must be created...... |
|
|
|
|
|
|
|
| Used to find the Beacons near the device. |
|
|
|
|
|
|
|
| Environment of the report editor... |
|
|
|
|
|
|
|
| The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)... |
|
|
|
|
|
|
|
| The InitialState property is used to get the initial state of a control. |
|
|
|
|
|
|
|
| The DataBinding property is used to identify and change the binding between a control and:
an item in a data file.
a variable.
several variables.... |
|
|
|
|
|
|
|
| The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example). |
|
|
|
|
|
|
|
| Draws a point:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
|
| Draws a line:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
|
| Declares the default background color for the rectangles, circles, etc.::
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
|
| Draws a circle or an ellipse:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
|
| Returns the number of elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
|
| Declares the default color and style for the lines, rectangles, circles, ... found:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
|
| Returns the future value of an investment. |
|
|
|
|
|
|
|
| Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment. |
|
|
|
|
|
|
|
| Lists the files found in a directory and returns the list of files. |
|
|
|
|
|
|
|
| Renames or moves a file found on an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
|
| Creates a directory on an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
|
| Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
|
| Deletes a file from an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
|
| List of events associated with Check Box controls... |
|
|
|
|
|
|
|
| Automatically updates:
the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls.
the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
| Deletes all files from an archive. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|