CoreClasses Xojo Plugin

VariantStack Class (console safe)

VariantArray is a class that implements a stack (first in last out algorithm) for variants.

Object
   VariantStack

class VariantStack implements

IVariantAddable

Properties

SizeUse this property to get the size (element count) of the stack.

Methods

AddUse this method to add a variant to the stack.
PopUse this method to pop one item off the stack.
PushUse this method to push one item onto the stack.
TopUse this function to read from the top of the stack.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS