Home > Language Reference > Classes
RecordDB Class
+ Object
+ Database
+ GenericDB
+ RecordDB
Description
The RecordDB class implements the necessary methods to manipulate the content of record databases, such as the AddressDB data for the built-in Address Book application. This class is instantiable but not derivable or cloneable.
Members
| Members | Description |
| LookupUniqueID | Moves the cursor to the record identified by its UniqueID primary key. |
| MoveCategory | Move all records in a category to another category. |
| MoveRecord | Moves a record from an index to another. |
| NewRecord | Adds a record to the database. |
| NextRecordInCategory | Moves the cursor to the next record according to a category index. |
| Inherited from GenericDB | Description |
| DeleteRecord | Deletes a record from a database. |
| Open | Opens a database from a DatabaseInfo object. |
| OpenByName | Opens a database from its name. |
| Record | Accesses a record in a database. |
| RecordCount | Number of records in the database. |
| Inherited from Database | Description |
| CategoryName | Set or return a category name. |
| Close | Closes the database. |
| DmOpenRef | Internal database reference. |
| Info | Returns a DatabaseInfo object. |
| OpenCount | Number of times the database was opened. |
| Inherited from Object | Description |
| ClassID | Returns the type identifier corresponding to the actual class of the object. |
| Implements | Determines whether the object implements the features of a given class. |
| Iterate | Event raised to iterate over the elements of a container object. |
| Recipient | Recipient of events sent by the object. |
| Serialize | Event raised to serialize the object content into a stream. |
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |