Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%Activate.Unsupported

class %Activate.Unsupported extends %Library.RegisteredObject

This class serves as a base for those types sometimes found in typelibraries that are not currently supported by Activate. The VariantType holds the Actual Variant type of the value being returned. This can be used to discriminate between the various unsupported types

Property Inventory

Properties

property VariantType as %Integer;
Property methods: VariantTypeDisplayToLogical(), VariantTypeGet(), VariantTypeIsValid(), VariantTypeLogicalToDisplay(), VariantTypeNormalize(), VariantTypeSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab