|
|
|
|
|
|
|
The FocusOnClick property is used to:
Determine if a control gains focus when clicked.
Allow or prevent a control from gaining focus when clicked.... |
|
|
|
|
|
|
The animation of Chart controls allows you to define a dynamic display in your applications...... |
|
|
|
|
|
|
The InitialState property is used to get the initial state of a control. |
|
|
|
|
|
|
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example...... |
|
|
|
|
|
|
Allows you to find out and modify:
the display mode of grayed buttons found in the windows of your application.
the display mode of translucent border for the windows of your application.
the mode for loading large images.... |
|
|
|
|
|
|
The Organizer control can be configured in the editor via the description window ("Details" tab)...... |
|
|
|
|
|
|
Characteristics of an indexed control: description, code, ...... |
|
|
|
|
|
|
The project dashboard provides an overall view of project status via different widgets....... |
|
|
|
|
|
|
An SQL view is a virtual data source defined by an SQL query...... |
|
|
|
|
|
|
The Multiselection property gets and sets the selection mode:
in a Table and TreeView Table control.
in a Pivot Table control.
in a List Box and ListView control.
in a Looper control.
in a Calendar control.
of files in an Upload control.... |
|
|
|
|
|
|
The Ribbon property is used to access the Ribbon control of the associated control (Word Processing, PDF Reader, Spreadsheet, Image Editor, HTML Editor or Diagram Editor controls). |
|
|
|
|
|
|
WINDEV and WEBDEV allow you to handle an HTML control through programming...... |
|
|
|
|
|
|
Configures the print preview:
display a message regarding the resources of current computer.
display or not the ribbon panes (as well as the buttons found).
the export options available in the mini preview window.... |
|
|
|
|
|
|
Include special characters in your captions via the iconic fonts.... |
|
|
|
|
|
|
The Xaml control allows you to easily manage the Xaml language...... |
|
|
|
|
|
|
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code...... |
|
|
|
|
|
|
The test of the entire project allows simulating the startup of the site...... |
|
|
|
|
|
|
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in:
a Calendar control.
an Organizer control.
a Scheduler control.
an edit control in Date format with Calendar.... |
|
|
|
|
|
|
Used to:
Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine.
Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery).... |
|
|
|
|
|
|
The CriticalSection keyword can correspond to:
the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN.
the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.... |
|
|
|
|
|
|
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|