Table of Contents

TBlipTransformList Class

A list with TBlipTransforms.

Syntax

Unit: FlexCel.Core

TBlipTransformList = class(TFlexCelObject);

Constructors

Methods

Name Description
Clone Returns a deep copy of the object.
Compare Compares 2 instances of BlipTransformLists, and returns -1 is aBlipTransforms1 < aBlipTransforms2, 0 if they are the same, and 1 otherwise.

Properties

Name Description
Length Number of elements in the list.
Item[const index] Returns element index of the transform.