/
comp
/
gb.qt
/
iconview
/ selectall
IconView.SelectAll (gb.qt)
Syntax
SUB
SelectAll
(
[
Select
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.