<HTML>
<HEAD>
<TITLE>ARSperl Manual - Active Link Attributes Structure</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>Active Link Attributes Structure</H2>
This structure is returned by function
<A HREF="ars_GetActiveLink.html">ars_GetActiveLink</a>.
<p>
For ARS version 4.5:
<PRE>
{
"actionList" => <i>list</i> of references to <A HREF="ds_alas.html">Active Link Action Structure</a>,
"controlField => integer,
"elseList" => <i>list</i> of references to <A HREF="ds_alas.html">Active Link Action Structure</a>,
"enable" => integer enumeration,
"executeMask" => integer bitmask,
"focusField" => integer,
"groupList" => <i>list</i> of integer,
"helpText" => string,
"lastChanged" => string,
"name" => string,
"order" => integer,
"owner" => string,
"query" => reference to internal struct,
<font color='red'>"schemaList" => <i>list</I> of one or more strings</font>,
"timestamp" => integer
"changeDiary" => <i>list</i> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>
<font color='red'>"objPropList" => <I>list</I> of references to <a href="ds_prop_hash.html">Property Hash</a></font>
}
</PRE>
For ARS version 3.x and 4.0.x:
<PRE>
{
"actionList" => <i>list</i> of references to <A HREF="ds_alas.html">Active Link Action Structure</a>,
"controlField => integer,
"elseList" => <i>list</i> of references to <A HREF="ds_alas.html">Active Link Action Structure</a>,
"enable" => integer enumeration,
"executeMask" => integer bitmask,
"focusField" => integer,
"groupList" => <i>list</i> of integer,
"helpText" => string,
"lastChanged" => string,
"name" => string,
"order" => integer,
"owner" => string,
"query" => reference to internal struct,
"schema" => string,
"timestamp" => integer
"changeDiary" => <i>list</i> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>
}
</PRE>
For ARS 2.1 and earlier:
<PRE>
{
"actionList" => <i>list</i> of references to <A HREF="ds_alas.html">Active Link Action Structure</a>,
"displayList" => <i>list</i> of references to <A HREF="ds_ds.html">Display Structure</a>,
"enable" => integer enumeration,
"executeMask" => integer bitmask,
"field" => integer,
"groupList" => <i>list</i> of integer,
"helpText" => string,
"lastChanged" => string,
"name" => string,
"order" => integer,
"owner" => string,
"query" => reference to internal struct,
"schema" => string,
"timestamp" => integer
"changeDiary" => <i>list</i> of references to <a href="ds_diaryentry_hash.html">Diary Entry Structures</a>
}
</PRE>
Example:<P>
<PRE>
$attrib = ars_GetActiveLink($ctrl,$activelink);
$help = $attrib->{"helpText"};
</PRE>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 16th July 1997 by d.j.adams@soton.ac.uk<br>
</address>
</BODY>
</HTML>