ImageEn, unit imageenview

TImageEnView.LayersSelectAll

TImageEnView.LayersSelectAll


Declaration

procedure LayersSelectAll(bIncludeLocked: Boolean = True);


Description

Enables the Selected property of all layers. If bIncludeLocked = False then Locked layers are not selected.

Note:
 Does not select the background layer (layer 0)
 Has no effect if multiple layer selection is not enabled.


Example

ImageEnView1.LayersSelectAll();


See Also

 LayersDeselectAll