|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile |
|
|
|
|
|
|
|
| Starts running a remote program from the current application. |
|
|
|
|
|
|
|
| Executes a program (an executable file, for example) from the current application. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV allow you to perform multiple types of processes from a command line... |
|
|
|
|
|
|
|
| Returns the value of a parameter passed to the current page. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ... |
|
|
|
|
|
|
|
| Identifies and retrieves the different elements of the command line passed as a parameter to the current program. |
|
|
|
|
|
|
|
| Creating the setup program allows you to deploy a WINDEV application on the end-user computers... |
|
|
|
|
|
|
|
| The Alias property is used to:
get or change the alias of a window (WINDEV and WINDEV Mobile).
get or change the alias of a dynamic tab (WINDEV).
get the internal HTML/JavaScript name of a control (WEBDEV).... |
|
|
|
|
|
|
|
| The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request.... |
|
|
|
|
|
|
|
| List of constants used by the Automatic Application Features (AAF) functions.... |
|
|
|
|
|
|
|
| The Property Markdown allows:
for control s a window to manage the "Markdown support" option (present in the "Detail" tab of the description window of the control).
for the Static control of an report:
determine if a Static control of a report is of type Markdown.
set the type of a Static control in a report to Markdown.... |
|
|
|
|
|
|
|
| To implement a replication of HFSQL servers through programming, WLanguage...... |
|
|
|
|
|
|
|
| Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook). |
|
|
|
|
|
|
|
| The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function. |
|
|
|
|
|
|
|
| Describes a new connection to an external database. |
|
|
|
|
|
|
|
| Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions). |
|
|
|
|
|
|
|
| The columns are used to display information in a Table control...... |
|
|
|
|
|
|
|
| Retrieves the characteristics of the CD/DVD found in the current burner.... |
|
|
|
|
|
|
|
| Defines the title of X-axis and the title of Y-axis in a chart. |
|
|
|
|
|
|
|
| The CursorEnd property gets and sets the end position of the mouse selection range in the following controls:
Edit control.
Editable Combo Box.
"Edit control" column and "Editable Combo Box" column in a Table control.
Word Processing control.
Code Editor control.... |
|
|
|
|
|
|
|
| Adds a row in:
a Table control,
a TreeView Table control,
a Combo Box control "with table" (Table control displayed in a Combo Box control).... |
|
|
|
|
|
|
|
| Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project.... |
|
|
|
|
|
|
|
| The home page allows you to easily perform the operations for creating and opening projects...... |
|
|
|
|
|
|
|
| The context menu of menu options allows you to perform all the operations required to define a drop-down menu...... |
|
|
|
|
|
|
|
| The use of SQL functions to handle DB2 data does not require importing the table structure into the database schema...... |
|
|
|
|
|
|
|
| Usage example of the fShortPath function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|