|
|
|
|
|
|
|
When creating and developing the different elements of a project (window, query, report, project, ...... |
|
|
|
|
|
|
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed...... |
|
|
|
|
|
|
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle.... |
|
|
|
|
|
|
The management of branches is used to manage several versions of the same application in parallel...... |
|
|
|
|
|
|
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...... |
|
|
|
|
|
|
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code...... |
|
|
|
|
|
|
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause. |
|
|
|
|
|
|
The programming of timers, threads and delayed procedures is now automatically managed by the environment...... |
|
|
|
|
|
|
This help page explains how to manage a multi-selection in a Table control.... |
|
|
|
|
|
|
The ScrollWithFinger property is used to:
Determine if the content of a control can be moved with the finger ("finger scrolling").
Enable or disable touch-responsiveness for a 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.... |
|
|
|
|
|
|
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device. |
|
|
|
|
|
|
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time.... |
|
|
|
|
|
|
The UI (User Interface) of an application is mainly composed of windows.... |
|
|
|
|
|
|
Returns a directory path for the shared data of the current application:
between all the users of the computer
between all the TSE users
This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store:
the files for the general configuration of the application (.INI files, .XML files, etc.).
the data files common to all the users (HFSQL .fic, .ndx and .mmo files).... |
|
|
|
|
|
|
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls...... |
|
|
|
|
|
|
A Table control can be based on a data file, based on a variable or populated programmatically...... |
|
|
|
|
|
|
During the test of a report ("Go" button from the report editor), several print options are proposed...... |
|
|
|
|
|
|
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns...... |
|
|
|
|
|
|
An Update query (SQL UPDATE statement) is used to modify the records in a database file...... |
|
|
|
|
|
|
The development in "3-tier" architecture is now simplified...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|