Member attributes: ResourceClass

This attribute determines the class of a resource member.

Syntax

Resources::Bitmap

Resources::Font

Discussion

The attribute ResourceClass determines the class name of a resource member, and accordingly, the function of the resource within the application. The value of this attribute affects the following two aspects when working with resources:

Primarily, it identifies the Resource Converter, Embedded Wizard will use when the resource in question is being converted for the particular target system.

Secondly, it determines the class of the Chora object, Embedded Wizard will create to represent the resource at the runtime. The resource member can be considered as a global object of the respective Chora class.

Currently, Embedded Wizard supports two resource classes Resources::Bitmap and Resources::Font representing the corresponding bitmap and font resource members.

It is not necessary to inspect nor modify this attribute.