<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--
// // See license.txt for license information. // // tgl_tablecol.xml // // 6-Aug-2003 phamilton Created //
-->

<object xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="urn:xmlliterate.schema" name="tablecol">
    <description>A column in a row of data.</description>
    <classname>tgl_tablecol</classname>
    <members>
        <stringtype name="string">
            <description>The data for the column.</description>
        </stringtype>
    </members>
    <methods>
        <method name="get_block">
            <inheritance>override</inheritance>
            <implementations>
                <xi:include href="cpp/return_null.xml"/>
            </implementations>
        </method>
    </methods>
</object>