[This is preliminary documentation and subject to change.]
The ShowName property specifies the name of the show being enhanced.
object.ShowName [ = sName ]
The ShowName property stores the name of the show being enhanced. This is typically not the same as the title of the interactive version of the show, which is stored in Annc.Title.
You are not required to set this property in order for the announcement file created by Annc.Store to be valid. The default value is sufficient in many cases.
The following example sets the name of the show being enhanced to "Time & Again". Note that ann is an Annc object variable.
ann.ShowName = "Time & Again"
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in stream.idl.
Import Library: Included as a resource in stream.dll.
Unicode: Yes.