|
|
|
|
|
|
|
New features in WEBDEV 28 presented in the New Features brochure.... |
|
|
|
|
|
|
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties...... |
|
|
|
|
|
|
The Windows windows developed with WINDEV...... |
|
|
|
|
|
|
Custom context menus are created in the window editor and can be handled programmatically...... |
|
|
|
|
|
|
The Empty property is used to determine if:
a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control.
a Chart control contains no series.
a report control is empty (control linked to an item).
an array (or an associative array) contains no element.
an element of an associative array exists or not.
a queue, a list or a stack contains no element.... |
|
|
|
|
|
|
Depending on the specified control, returns:
the number of the current row displayed in the current Table control,
the number of the option with focus in a Check Box control,
the number of the current row in the current Looper control,
the index of the current indexed control.... |
|
|
|
|
|
|
Inserts a row into:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
Deletes a row from:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
Modifies a row in:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
Deletes a row from:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
Modifies a row in:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
Inserts a row into:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
Performs a search in:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control. |
|
|
|
|
|
|
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control. |
|
|
|
|
|
|
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control. |
|
|
|
|
|
|
Discover the main actions that can be performed on the windows.... |
|
|
|
|
|
|
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report...... |
|
|
|
|
|
|
The OrientationTitle property is used to:
Find out if the title of an Table control column (or all Table control columns) are tilted..
Tilt or not the title of an Table control column (or of all Table control columns).... |
|
|
|
|
|
|
The Title property is used to:
Get the title of a Table control column, a Chart control, a window or a page
Change the title of a Table control column, a Chart control, a window or a page.... |
|
|
|
|
|
|
WINDEV and WEBDEV allow you to handle an HTML control through programming...... |
|
|
|
|
|
|
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation. |
|
|
|
|
|
|
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control). |
|
|
|
|
|
|
The AutoLineWrap property is used to:
determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control.
set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|