OnInsertPreset

1. Definition

This hook is executed when inserting an object from the Toolbox before the object was created in the Timeline or Storyboard. If the function returns TRUE, then the object will be permanently inserted.

2. Method

function OnInsertPreset(SlideShowObject: ISlideShowObject): Boolean;