<?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> <refentry xml:id="function.hw-insertobject" xmlns="http://docbook.org/ns/docbook"> <refnamediv> <refname>hw_InsertObject</refname> <refpurpose>Inserts an object record</refpurpose> </refnamediv> <refsect1 role="description"> &reftitle.description; <methodsynopsis> <type>int</type><methodname>hw_insertobject</methodname> <methodparam><type>int</type><parameter>connection</parameter></methodparam> <methodparam><type>string</type><parameter>object_rec</parameter></methodparam> <methodparam><type>string</type><parameter>parameter</parameter></methodparam> </methodsynopsis> <para> Inserts an object into the server. </para> <para> Note: If you want to insert an Anchor, the attribute Position has always been set either to a start/end value or to 'invisible'. Invisible positions are needed if the annotation has no corresponding link in the annotation text. </para> </refsect1> <refsect1 role="parameters"> &reftitle.parameters; <para> <variablelist> <varlistentry> <term><parameter>connection</parameter></term> <listitem> <para> The connection identifier. </para> </listitem> </varlistentry> <varlistentry> <term><parameter>object_rec</parameter></term> <listitem> <para> The object can be any valid hyperwave object. </para> </listitem> </varlistentry> <varlistentry> <term><parameter>parameter</parameter></term> <listitem> <para> See the HG-CSP documentation for a detailed information on how the parameters have to be. </para> </listitem> </varlistentry> </variablelist> </para> </refsect1> <refsect1 role="seealso"> &reftitle.seealso; <para> <simplelist> <member><function>hw_pipedocument</function></member> <member><function>hw_insertdocument</function></member> <member><function>hw_insdoc</function></member> <member><function>hw_inscoll</function></member> </simplelist> </para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"~/.phpdoc/manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->