|
|
|
|
|
|
|
The main elements of window editor are as follows: |
|
|
|
|
|
|
To configure the general options of the window editor... |
|
|
|
|
|
|
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor... |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors. |
|
|
|
|
|
|
The Content property is used to get and change the content of an element. |
|
|
|
|
|
|
Creates an XML file from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
Project configurations are used to easily define the different "targets" of your project...... |
|
|
|
|
|
|
The List Box and Combo Box controls can benefit from several AAFs...... |
|
|
|
|
|
|
Ends the application and restarts it. |
|
|
|
|
|
|
Deletes all cookies (globally or for a domain) stored:
by the calls to HTTPRequest.
by the calls to HTTPSend.... |
|
|
|
|
|
|
Usage example of the HExecuteView function |
|
|
|
|
|
|
Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu). |
|
|
|
|
|
|
The Keyword property is used to get and change a keyword. |
|
|
|
|
|
|
The HTTPRequest keyword can correspond to... |
|
|
|
|
|
|
Deletes a MongoDB database as well as its collections. |
|
|
|
|
|
|
The Action property is used to specify the action to be performed. |
|
|
|
|
|
|
Usage example of the fSelect function |
|
|
|
|
|
|
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu). |
|
|
|
|
|
|
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible. |
|
|
|
|
|
|
Finds documents in a MongoDB collection. |
|
|
|
|
|
|
Returns information about a MongoDB database. |
|
|
|
|
|
|
Deletes a collection from a MongoDB database. |
|
|
|
|
|
|
Modifies documents in a collection of a MongoDB database. |
|
|
|
|
|
|
Modifies a document in a collection of MongoDB database. |
|
|
|
|
|
|
Deletes a document from a collection in a MongoDB database. |
|
|
|
|
|
|
Allows you to get information about a MongoDB file (gridFS). |
|
|
|
|
|
|
Adds a new separator in a menu (drop-down or context menu). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|