ImageEn, unit ievect

TImageEnVect.AllObjectsHidden

TImageEnVect.AllObjectsHidden


Declaration

property AllObjectsHidden: boolean;


Description

Set AllObjectsHidden to hide/show all objects at the same time.


Transition Information

If you are transitioning your code to TImageEnView Layers, instead of AllObjectsHidden, use: TImageEnView.LayersSetProperties

ImageEnView1.LayersSetProperties( LYR_ALL_LAYERS, IELP_Visible, 'FALSE' );