IDesignerUpdate
1. Definition
This object contains information about changes to SlideShow objects and allows the OnDesignerChanged-Hook to handle those.
2. Methods
-
Returns the type of the change.
function GetChangeType: IDesignerChangeTypes
-
Sets the type of the change.
procedure SetChangeType(const Value: IDesignerChangeTypes)
-
Returns the object affected by the change
function GetDisplayObject: ISlideShowObject
-
Sets the object affected by the change.
procedure SetDisplayObject(const Value: ISlideShowObject)