EnhEvent.Name

[This is preliminary documentation and subject to change.]

The Name property specifies the name or text of the event. An example of using this property to store event text is a stock ticker enhancement where Name stores the stock name and price.

Syntax

object.Name [ = sName ]
 

Parts

object
Object expression that resolves to an EnhEvent object.
sName
String that contains the name of the event.

Remarks

The default content of Name varies with the type of event. See the following table for specifics.

Event Type Content
Announcement The path and filename of the file that specifies the announcement.
Trigger The trigger data.
FTS data The source filename.

QuickInfo

  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.