[This is preliminary documentation and subject to change.]
Each CTheme object corresponds to a single record of the Theme table in the Guide database. You can use the methods of CTheme to retrieve and set field values. These objects are created and initialized by CThemeRecordset objects.
The CTheme class provides the following methods:
Method | Description |
---|---|
SetThemeID | Sets the value of the T Theme ID field. |
SetGenreID | Sets the value of the T Genre ID field. |
SetSubGenreID | Sets the value of the T Sub Genre ID field. |
ThemeID | Retrieves the value of the T Theme ID field. |
GenreID | Retrieves the value of the T Genre ID field. |
SubGenreID | Retrieves the value of the T Sub Genre ID field. |
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in theme.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.