Search Results for

    Show / Hide Table of Contents

    TBlipTransformList.Create Constructor

    Overloads

    • TBlipTransformList.Create(Integer)
    • TBlipTransformList.Create(TBlipTransformArray, Boolean)

    TBlipTransformList.Create(Integer)

    Creates a new TBlipTransformList with the given number of elements.

    Syntax

    Unit: FlexCel.Core

    constructor TBlipTransformList.Create(const listLength: Integer);

    Parameters

    <-> Parameter Type Description
    const listLength Integer Number of elements in the list.

    See also

    • TBlipTransformList

    TBlipTransformList.Create(TBlipTransformArray, Boolean)

    Creates a new blip transform list from an existing array of bliptransforms.

    Syntax

    Unit: FlexCel.Core

    constructor TBlipTransformList.Create(const aTransforms: TArray<TBlipTransform>; const copyTransforms: Boolean);

    Parameters

    <-> Parameter Type Description
    const aTransforms TArray<​TBlip​Transform> Array with the bliptransforms.
    const copyTransforms Boolean If true, the transforms will be copied into the list, else the array will be assigned to the list

    See also

    • TBlipTransformList
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com