|
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls...... |
|
|
|
|
|
|
An SQL view is a virtual data source defined by an SQL query...... |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
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 InitialState property is used to get the initial state of a control. |
|
|
|
|
|
|
WINDEV and WEBDEV allow you to handle an HTML control through programming...... |
|
|
|
|
|
|
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls...... |
|
|
|
|
|
|
The Xaml control allows you to easily manage the Xaml language...... |
|
|
|
|
|
|
The test of the entire project allows simulating the startup of the site...... |
|
|
|
|
|
|
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
The report editor allows you to create "Spreadsheet" reports...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
The MovableByBackground property is used to:
find out whether a window can be moved by the background,
allow (or not) a window to be moved by the background.... |
|
|
|
|
|
|
You can handle Edit controls programmatically...... |
|
|
|
|
|
|
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project...... |
|
|
|
|
|
|
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...). |
|
|
|
|
|
|
Allows you 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).... |
|
|
|
|
|
|
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...). |
|
|
|
|
|
|
The Bitcoin functions that make handle a Bitcoin Core server possible include ...... |
|
|
|
|
|
|
The TimestampType property is used to:
Find out the type of timestamp for an item. This item was defined in the data model editor or through programming.
Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|