Home > Language Reference > Classes

ResourceDB Class

  + Object
    + Database
      + GenericDB
        + ResourceDB

Description

The ResourceDB class implements the necessary methods to manipulate the content of resource databases, such as a built-in application, or a shared library. This class is instantiable but not derivable or cloneable.

For an example of use of the ResourceDB class, refer to the MiniLauncher sample.

Members

MembersDescription
FindResource Finds a resource in a database.
Resource Accesses a resource in a database.
Inherited from GenericDBDescription
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 DatabaseDescription
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 ObjectDescription
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

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A