Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%Activate.Variant

class %Activate.Variant extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

property Type as %Integer;
This is the type of the variant
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeNormalize(), TypeSet()
property Value;
This is the value of the variant
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Methods

classmethod FALSE() as %Activate.Variant
This method creates a Variant of type BOOLEAN whose value is FALSE
classmethod TRUE() as %Activate.Variant
This method creates a Variant of type BOOLEAN whose value is TRUE

Inherited Members

Inherited Methods

FeedbackOpens in a new tab