/
comp
/
gb.qt
/
treeview
/ selectall
TreeView.SelectAll (gb.qt)
Syntax
SUB
SelectAll
(
[
Selected
AS
Boolean
]
)
Selects or deselects all items in the view.
If
Selected
is
TRUE
, then all items are selected. This is the default value.
If
Selected
is
FALSE
, then all items are deselected.