Lingo Dictionary > G-K > interface() |
![]() ![]() ![]() |
interface()
Syntax
xtra(
"XtraName"
).interface()
interface(
xtra "XtraName"
)
Description
Function; returns a Return-delimited string that describes the Xtra and lists its methods. This function replaces the now obsolete mMessageList
function.
Example
This statement displays the output from the function used in the QuickTime Asset Xtra in the Message window:
put Xtra("QuickTimeSupport").interface()
![]() ![]() ![]() |