28 is represented by the templated class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBRecordSet</apiname></xref> <codeph><T></codeph>. |
28 is represented by the templated class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBRecordSet</apiname></xref> <codeph><T></codeph>. |
29 The template parameter defines the record type. The template parameter is |
29 The template parameter defines the record type. The template parameter is |
30 a Symbian platform defined record. </p> <p>You create a table |
30 a Symbian platform defined record. </p> <p>You create a table |
31 object on the heap. You use the <codeph>new (Eleave)</codeph> construction |
31 object on the heap. You use the <codeph>new (Eleave)</codeph> construction |
32 to create this object. </p> <fig id="GUID-6B7087D6-BA28-578D-8BF8-83FFC9486FB0"> |
32 to create this object. </p> <fig id="GUID-6B7087D6-BA28-578D-8BF8-83FFC9486FB0"> |
33 <image href="GUID-DB571D42-03F4-50F9-974D-B905707FC5F4_d0e115034_href.png" placement="inline"/> |
33 <image href="GUID-DB571D42-03F4-50F9-974D-B905707FC5F4_d0e110175_href.png" placement="inline"/> |
34 </fig> <p>The CommsDat API implements the table as an array of records and |
34 </fig> <p>The CommsDat API implements the table as an array of records and |
35 uses <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>RPointerArray</apiname></xref> <codeph><T></codeph> as |
35 uses <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>RPointerArray</apiname></xref> <codeph><T></codeph> as |
36 the array. The CommsDat API implements <codeph>RPointerArray<T></codeph> in |
36 the array. The CommsDat API implements <codeph>RPointerArray<T></codeph> in |
37 the base class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBRecordSetBase</apiname></xref>, because |
37 the base class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBRecordSetBase</apiname></xref>, because |
38 this behaviour is common to all tables. Tools and applications can access |
38 this behaviour is common to all tables. Tools and applications can access |