Overloads
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
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