|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Defines the number of levels to display in the time scale of a chart as well as the maximum level. |
|
|
|
|
|
|
|
| The MinWidth property gets and sets the minimum width of a control or window. |
|
|
|
|
|
|
|
| The Repositionable Note control allows you to include the famous yellow sticker in your applications...... |
|
|
|
|
|
|
|
| The TimeLine control can be used to represent chronologies of closely spaced events that may be parallel.... |
|
|
|
|
|
|
|
| Resets the variable to its initial value.... |
|
|
|
|
|
|
|
| ...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites.... |
|
|
|
|
|
|
|
| The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications...... |
|
|
|
|
|
|
|
| The Treeview Table control is a cross between the Table control and the TreeView control...... |
|
|
|
|
|
|
|
| A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)...... |
|
|
|
|
|
|
|
| The following steps must be performed to implement the requirements...... |
|
|
|
|
|
|
|
| This page explains how to program TreeView Table controls...... |
|
|
|
|
|
|
|
| The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis. |
|
|
|
|
|
|
|
| A break in a Table control is used to group the data corresponding to one or more arguments...... |
|
|
|
|
|
|
|
| The Toolbar control is an advanced type of control, linked to a window...... |
|
|
|
|
|
|
|
| This page explains how to program TreeView Table controls...... |
|
|
|
|
|
|
|
| Context menus are often used in websites...... |
|
|
|
|
|
|
|
| The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format...... |
|
|
|
|
|
|
|
| The spDerivation property is used to:
Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically.
Set the key derivation function used for hashing (only for "Password" items defined programmatically).... |
|
|
|
|
|
|
|
| The spLength property is used to:
Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically.
Set the hash output length (only for "Password" items defined programmatically).... |
|
|
|
|
|
|
|
| The spIterationCount property is used to:
Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically.
Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically).... |
|
|
|
|
|
|
|
| The spHash property is used to:
Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically.
Set the algorithm used for salting (only for "Password" items described programmatically).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|