|
|
|
|
|
|
|
WINDEV Express license agreement... |
|
|
|
|
|
|
The server administrator can define the server parameters via the remote administration tool...... |
|
|
|
|
|
|
The NumberColumn property is used to:
Get the number of columns in Table, Check Box, Radio Button controls, etc..
Set the number of columns in a multi-column List Box control.... |
|
|
|
|
|
|
Refreshes a Table or TeeeView Table control from a given position:
for a control linked to a file: changes made in the linked data file are reflected in the control.
for a control handled programmatically: the calculated columns are re-calculated.... |
|
|
|
|
|
|
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview.... |
|
|
|
|
|
|
Variables are copied using the "=" operator... |
|
|
|
|
|
|
The following events are associated with Kanban controls...... |
|
|
|
|
|
|
Displaying a new frameset in a WEBDEV site can be performed according to several methods...... |
|
|
|
|
|
|
ERR_BAD_COMMANDLINE error... |
|
|
|
|
|
|
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members. |
|
|
|
|
|
|
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes...... |
|
|
|
|
|
|
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items"). |
|
|
|
|
|
|
List of events associated with Looper controls... |
|
|
|
|
|
|
A WEBDEV cluster is a set of servers (or server farm)...... |
|
|
|
|
|
|
List of events associated with the Chart controls... |
|
|
|
|
|
|
WINDEV and WEBDEV propose an optional Native Connector to DB2...... |
|
|
|
|
|
|
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page...... |
|
|
|
|
|
|
Context menus are often used in websites...... |
|
|
|
|
|
|
Removes the '/' or '\' characters from the end of a string, if necessary.... |
|
|
|
|
|
|
The & operator returns the address of a variable as an integer |
|
|
|
|
|
|
Converts the value stored in a Variant variable]. |
|
|
|
|
|
|
By default, a frameset is used to display several pages in the same window of the browser...... |
|
|
|
|
|
|
The different operations that can be performed on the framesets are as follows...... |
|
|
|
|
|
|
Automatically updates the controls of a page with:
the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|