Skip to main content

%Activate.TLEnumerator

class %Activate.TLEnumerator extends %Library.RegisteredObject

This is a system class that allows control of the Cache Activate environment.
Used by Cache Activate Manager.

Method Inventory

Methods

classmethod EnumerateClose(ByRef qHandle As %Binary) as %Status
classmethod EnumerateExecute(ByRef qHandle As %Binary) as %Status
classmethod EnumerateFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod LoadTypeLibrary(Location As %String, Package As %String, qspec As %String) as %Status
Create Cache class based on ActiveX object's physical location (full path).

Queries

query Enumerate()
Selects Name As %Library.String, Version As %Library.String, Path As %Library.String
Returns ActiveX object's information: Name, Version, and Path.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab