Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Insert excerpt
BrightScript Version Navigation Menu
BrightScript Version Navigation Menu
nopaneltrue
This event object is generated by the roTimer object.

ifSourceIdentity

GetSourceIdentity() As Integer

Retrieves the identity value that can be used to associate events with the source roTimer instance.

ifUserData

SetUserData(user_data As Object)

Sets the user data that will be returned by GetUserData().

GetUserData() As Object

Returns the user data that has previously been set via SetUserData() (either on the source or event object). It will return Invalid if no data has been set.

ifSourceIdentity

GetSourceIdentity() As Integer

Retrieves the identity value that can be used to associate events with the source roTimer instance.

Note
titleNote

The ifSourceIdentity interface has been deprecated. We recommend using the ifUserData interface instead.