Discuss this help topic in SecureBlackbox Forum
TElOpenOfficePackage.OnCreateTemporaryStream
This event is fired when a temporary stream should be created.
Declaration
Parameters
Description
This event is fired by TElOpenOfficePackage when a temporary stream is needed. The handler should create a stream object and pass it via the Stream parameter. Set FreeOnClose parameter to True if you don't want OnCloseTemporaryStream to be fired on stream closing.