|
|
|
|
|
|
|
Returns and modifies the position of the mouse cursor. |
|
|
|
|
|
|
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page. |
|
|
|
|
|
|
Modifies the standard hover cursor for all the edit controls of the application. |
|
|
|
|
|
|
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...... |
|
|
|
|
|
|
The PageByPagePrint property is used to:
Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler.
Find out the print mode of the report (page by page or all at once).... |
|
|
|
|
|
|
When developing an application, one of the important steps consists in deploying this application on the user computers...... |
|
|
|
|
|
|
The test of a single page allows you to run the current page in WEBDEV...... |
|
|
|
|
|
|
The download is the operation that consists in saving a file stored on the server onto the computer of Web user...... |
|
|
|
|
|
|
We are going to call the elements developed in WINDEV (project, windows, analysis, ...... |
|
|
|
|
|
|
An object can be dynamically associated with a class, we talk of dynamic instantiation of object...... |
|
|
|
|
|
|
When an automated test is created, this test is in "construction" by default...... |
|
|
|
|
|
|
Before using a .NET assembly, a specific configuration is required...... |
|
|
|
|
|
|
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc.... |
|
|
|
|
|
|
The assisted universal replication can use a replication server...... |
|
|
|
|
|
|
The queries with parameters allow the user to easily select records according to his own requirements...... |
|
|
|
|
|
|
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile...... |
|
|
|
|
|
|
Events can be used to synchronize the different threads of an application...... |
|
|
|
|
|
|
WLanguage supports Python functions in native mode...... |
|
|
|
|
|
|
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements.... |
|
|
|
|
|
|
Allows you to:
move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly.
swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.).... |
|
|
|
|
|
|
The assisted universal replication is available in Android and iOS...... |
|
|
|
|
|
|
WEBDEV allows you to import a CSS style sheet into a WEBDEV project...... |
|
|
|
|
|
|
The development of an iPhone/iPad application is performed in 2 steps:... |
|
|
|
|
|
|
Several steps must be performed to develop an iPhone/iPad application:... |
|
|
|
|
|
|
The KeepVisibleHierarchy property is used to:
Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control.
Change the hierarchy print mode: the entire hierarchy or only visible elements in the control.... |
|
|
|
|
|
|
Used to lock:
The entire data table, in read and write mode. Its data cannot be accessed by other computers.
The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|