Xbasic

Reporting::ReportObjectResources Class

Description

Report bitmap output (stored to memory)

Properties

NameCharacter

Type "C". Name for resource

ExtensionCharacter

Type "C". File extension for resource

ValueBinary

Type "B". Content for resource file.

MetaTagCharacter

Type "C". Tag reserved for future meta data.

Methods

DeleteResource Method

Delete a Resource.

EmitResource Method

Adds a named resource object, and return the name that was passed in.

GenerateUniqueName Method

Given a suggested name, return a name that is not currently in use.

ResourceFromMetatag Method

Given a metatag, find a resource by name.

ResourceNumber Method

Get the index of a Resource from the name.

SaveResources Method

Save resources as files to path.

See Also