COOATTREDIT@1.1:CTRLList(
boolean
ShowIcon,
boolean
ShowListHeader,
integer
MaxRows,
boolean
HideAddButton,
boolean
HideSearchButton,
boolean
HideShowDetails,
boolean
WrapColumns,
boolean
DisableSingleClickOpen,
boolean
ExpandGroups)
Name |
Description |
ShowIcon |
Defines whether icons or preview images are displayed in the detail view of an object list.
|
ShowListHeader |
Defines whether column headers are shown in a list in the attribute editor.
|
MaxRows |
Defines the maximum amount of rows in a list in the attribute editor.
|
HideAddButton |
Defines whether the "Add" button at the end of the list is displayed.
|
HideSearchButton |
Defines whether the "Search" button at the end of the list is displayed.
|
HideShowDetails |
Defines whether the "Show Details" link at the top of the list, as well as the "Additional entries" link at
the bottom of the list is displayed. The "Additional entries" link appears in the attribute editor list, if
the number of entries is greater than MaxRows.
|
WrapColumns |
Defines whether the text in all cells of columns of the list should wrap.
|
DisableSingleClickOpen |
Defines whether the "Open" with a single click in the first column is suppressed. This is especially intended
for selection dialogs.
|
ExpandGroups |
Defines whether groups are displayed expanded by default.
Keep in mind, that grouped list are not able to use the lazy load feature.
Therefore, lists that have all groups open can lead to performance problems during display.
|
Additional Information