TImageEnVect.AllObjectsHidden
Declaration
property AllObjectsHidden: Boolean;
Description
Set AllObjectsHidden to hide/show all objects at the same time.
Default: False
Example
ImageEnVect1.AllObjectsHidden := True;
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' );