Click or drag to resize

ResourceID Class

X#
Identify and create a ResourceID using a numeric resource ID.
Inheritance Hierarchy
Object
  VObject
    ResourceID

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS ResourceID INHERIT VObject
Request Example View Source

The ResourceID type exposes the following members.

Constructors
  NameDescription
Public methodResourceID
Construct a ResourceID object.
Top
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
This class is used to identify application resources stored as numeric values in a resource entity. A resource may be a cursor, icon, bitmap, string, or a font.
Examples
For an example using the ResourceID class, refer to the ResourceFile class example.
See Also

Reference