[This is preliminary documentation and subject to change.]
Each CBroadcastProperty object corresponds to a single record of the Broadcast Property table in the Guide database. These objects are created and initialized by CBroadcastPropertyRecordset objects.
You can use the following methods to set and retrieve the field values of a CBroadcastProperty object.
The CBroadcastProperty class provides the following methods:
Method | Description |
---|---|
SetTuningSpace | Sets the value of the BP Tuning Space field. |
SetAbbreviation | Sets the value of the BP Abbreviation field. |
SetName | Sets the value of the BP Name field. |
SetDisplayOrder | Sets the value of the BP Display Order field. |
SetPictogramMoniker | Sets the value of the BP Pictogram Moniker field. |
BroadcastPropertyID | Retrieves the value of the BP Broadcast Property ID field. This field is automatically generated and cannot be set. |
TuningSpace | Retrieves the value of the BP Tuning Space field. |
Abbreviation | Retrieves the value of the BP Abbreviation field. |
DisplayOrder | Retrieves the value of the BP Display Order field. |
PictogramMoniker | Retrieves the value of the BP Pictogram Moniker field. |
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in brprop.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.