A table is a set of records. All records in a table are the same type. A table is also a container and an element.
There are two types of table:
a table that has records defined at system compile time - these records have named fields and are defined by Symbian OS.
a table that consists of records defined at run time - these records are user defined records - they are not known to Symbian OS when Symbian OS is built.
A table that has records defined at system compile time is represented by the templated class
You create a table object on the heap. You use the
The CommsDat API implements the table as an array of records and uses
A table that has user defined records is represented by the
You use the
A table is a set of records. All records in a table are the same type. +A table is also a container and an element.
+There are two types of table:
+a table that has records +defined at system compile time - these records have named fields and are defined +by Symbian platform.
a table that consists +of records defined at run time - these records are user defined records - +they are not known to Symbian platform when Symbian platform is built.
A table that has records defined at system compile time
+is represented by the templated class
You create a table
+object on the heap. You use the
The CommsDat API implements the table as an array of records and
+uses
A table that
+has user defined records is represented by the
You
+use the