|
|
|
|
|
|
|
To configure the general options of the window editor... |
|
|
|
|
|
|
The main elements of window editor are as follows: |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors. |
|
|
|
|
|
|
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor... |
|
|
|
|
|
|
The main keyboard shortcuts in the editors are as follows... |
|
|
|
|
|
|
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files...... |
|
|
|
|
|
|
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit). |
|
|
|
|
|
|
We are going to call the elements developed in WINDEV (project, windows, ...... |
|
|
|
|
|
|
STOP is used to call the WLanguage debugger during a test in the editor... |
|
|
|
|
|
|
Runs the SQL code of a query created in the query editor. |
|
|
|
|
|
|
To type character strings over several lines in the code editor... |
|
|
|
|
|
|
The following text can be extracted...... |
|
|
|
|
|
|
Several types of controls can be handled in a report created by the report editor...... |
|
|
|
|
|
|
The Type property is used to get:
the type of element (data file or item) defined programmatically or in the data model editor, view or query.
the type of object.
the type of data held in a Variant.... |
|
|
|
|
|
|
The TimeLine control is used to represent chronologies of close events that can be parallel.... |
|
|
|
|
|
|
A custom property is a code element with two events...... |
|
|
|
|
|
|
WINDEV Mobile applications can run on the following platforms... |
|
|
|
|
|
|
The DisplayMode property gets and changes:
the display mode in a Word Processing control,
the display mode in a PDF Reader control
the display mode in an HTML Editor control,
the display mode in a Kanban control... |
|
|
|
|
|
|
The following events appear by default in the WEBDEV code editor: |
|
|
|
|
|
|
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.... |
|
|
|
|
|
|
Inserts a table at the cursor position in an HTML Editor control. |
|
|
|
|
|
|
A Spin control is used to increase or reduce a value found in a control...... |
|
|
|
|
|
|
Exports the content of an HTML Editor control to a PDF file. |
|
|
|
|
|
|
Asynchronously retrieves the current selection from an HTML Editor control. |
|
|
|
|
|
|
Replaces one string with another in an HTML Editor control. |
|
|
|
|
|
|
Modifies the style of the selected elements in an HTML Editor control. |
|
|
|
|
|
|
Exports the content of an HTML Editor control to a PDF file. |
|
|
|
|
|
|
Replaces one string with another in an HTML Editor control. |
|
|
|
|
|
|
Asynchronously retrieves the current selection from an HTML Editor control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|