ImageEn, unit ievect

TImageEnVect.ObjUndoCount

TImageEnVect.ObjUndoCount

Declaration

property ObjUndoCount: integer;

Description

Returns the number of images (group of objects) in the Undo stack.

Note: If you are using ObjUndoMode = ieumShared to share object and image undo, do not use ObjUndoCount. Use UndoCount instead.

Transition Information

If you are transitioning your code to TImageEnView Layers, instead of ObjUndoCount, use: TImageEnProc.UndoCount
n := ImageEnView1.Proc.UndoCount;