[TOC] [Prev] [Next] [Bottom]



<@METAOBJECTHANDLERS>

Syntax

<@METAOBJECTHANDLERS [{array attributes}]>

Description

This meta tag returns an array with a row of three columns for each object-handling plug-in that Tango can find.

The first column of the returned array is the object handler's public name (for example, Tango JavaBean Object Handler); the second column is the type of object handler (a short string used internally by Tango to refer to the handler, such as JavaBean, TCF, or COM); the third column is the path to the handler (on Windows and Unix, this is the path to the .DLL/.so file; on Macintosh, this is the internal name of the library), which is used to identify the handler to the operating system when Tango wants to load it.

Row zero of the returned array contains the column headers.

Example

<@METAOBJECTHANDLERS> in a Tango application file running on Windows returns:


Tango Class Files


TCF


[Internal]


COM / DCOM Objects


COM


C:\PVSW\Tango2000\W3hcm100.dll


Java Beans


JAVABEAN


C:\PVSW\Tango2000\W3hbn100.dll

See Also

Array-to-Text Conversion Attributes



[TOC] [Prev] [Next] [Bottom]



docs@pervasive.com

Copyright © 1999, Pervasive Software. All rights reserved.